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