]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
README: link to list of HTTP server one-liners instead of listing 3
authormarc tobias <mtmail@gmx.net>
Sun, 19 Jan 2020 17:53:27 +0000 (18:53 +0100)
committermarc tobias <mtmail@gmx.net>
Sun, 19 Jan 2020 17:53:27 +0000 (18:53 +0100)
README.md

index b83cc8f56ba7542fd1ee9da4c37eed1501d901fc..1cfa5e7b4bb7106ebafad8799c193786ed2e72e0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,29 +25,11 @@ be if complexity grows.
 
 You can open the `dist` directory in your browser.
 
-You can start a simple webserver
+You can start a simple HTTP webserver ([Big list of http static server one-liners](https://gist.github.com/willurd/5720255)).
 
-   * PHP
-
-   ```
-   php -S 0.0.0.0:8000 -t dist
-   ```
-
-   * Python 
-
-   ```
-   cd dist
-   python -m SimpleHTTPServer 8000
-   # python 3
-   python -m http.server 8000
-   ```
-
-   * NodeJS
-   
-   ```
-   # npm install -g light-server
-   light-server -s dist -p 8000
-   ```
+```
+php -S 0.0.0.0:8000 -t dist
+```
 
 
 ## Configuration