Browse Source

Fix missing DESTDIR from example

Alois Mahdal 6 years ago
parent
commit
ee0f5ba9ce
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -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 .