Explorar el Código

Fix missing DESTDIR from example

Alois Mahdal hace 7 años
padre
commit
ee0f5ba9ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -82,7 +82,7 @@ though.)
82 82
 
83 83
     $ git clone <url-to-mkit>
84 84
     $ cd mkit
85
-    $ make install <path/to/myproj>
85
+    $ make install DESTDIR=<path/to/myproj>
86 86
     $ echo 'MKIT_DIR=utils/mkit'          >> Makefile
87 87
     $ echo 'include $(MKIT_DIR)/mkit.mk'  >> Makefile
88 88
     $ git add .