From d6d48e1480c409593eb75cc4400b23b57bf3e57d Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Wed, 26 Feb 2020 17:44:25 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 699e1ce..6d0829e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # Yet Another Firmware Selector A simple OpenWrt firmware selector using autocompletion. Uses plain -HTML/JavaScript. +HTML/CSS/JavaScript. ![image](misc/screenshot.png) Checkout the [Demo](https://mwarning.github.io/yet_another_firmware_selector/)! -Run: +## Run -* Download repository and change directory to it +* Download repository and change directory * Start webserver (e.g. `python3 -m http.server`) -* Go to `http://localhost:8000` +* Go to `http://localhost:8000` in your web browser Configure with [config.js](config.js). @@ -21,7 +21,7 @@ The `names-.json` files are based on JSON files created by OpenWrt (master): `Global build settings ---> [*] Create JSON info files per build image`. -A [Python script](misc/collect.py) is included to create those json files: +A [Python script](misc/collect.py) is included to merge the JSON files: `./collect.py bin/ --url 'https://downloads.openwrt.org/releases/{release}/targets/{target}' > names-test.json`. -- 2.30.2