Browse Source

Fix missing DESTDIR from example

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