We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64104b commit ad942f2Copy full SHA for ad942f2
openwrt/README.md
@@ -33,8 +33,8 @@ Now compile/build everything:
33
make
34
```
35
36
-The images and all \*.ipk packages are now inside the bin/ folder.
37
-You can install the kadnode .ipk using "opkg install \<ipkg-file\>" on the router.
+The images and all \*.apk or \*.ipk packages are now inside the bin/ folder.
+You can install the kadnode package using `opkg install <kadnode-ipkg>` or `pkg add <kadnode-apk>` on the router.
38
39
For details please check the OpenWrt documentation.
40
0 commit comments