improve collect.py script
[web/firmware-selector-openwrt-org.git] / README.md
1 # Yet Another Firmware Selector
2
3 Still in development state. OpenWrt can now create json files that can be globbed together. No need for heuristics on firmware names anymore.
4
5 ```
6 git clone ...
7 cd yet*
8 python3 -m http.server
9 ```
10
11 Create a new `data.json` by using the `./collect.py bin > data.json` script.