瀏覽代碼

update readme

encrypt 9 年之前
父節點
當前提交
d7cab4d97c
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -6,9 +6,11 @@ etherswitch is a simple daemon to control a toggle switch attached to a router.
 How to use it
 -------------
 
+* Build opkg package `make ipk`
+
 * Get a router
   * Install OpenWRT
-  * Install etherswitch
+  * Install etherswitch `opkg install etherswitch.ipk`
   * Configure etherswitch
 * Get an ethernet cable and a toggle switch
   * Cross RX+ and TX+
@@ -19,8 +21,6 @@ How to use it
 TODO
 ----
 
-* Make a package for OpenWRT
-* Re-introduce the possibility to use it with physical ethernet interface (without using ip)
-* Write a real readme
-
-  
+* [x] Make a package for OpenWRT
+* [ ] Re-introduce the possibility to use it with physical ethernet interface (without using ip)
+* [ ] Write a real readme