瀏覽代碼

Fix missing DESTDIR from example

Alois Mahdal 7 年之前
父節點
當前提交
ee0f5ba9ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

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