Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
26e1f019da
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -1,2 +1,11 @@
 # busybox
 
+```
+git clone https://git.busybox.net/busybox
+cd busybox
+
+make menuconfig  # 可以用于配置编译选项
+make             # 编译BusyBox
+
+```
+