1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Use HTTP, instead of HTTPS, for live-reload URL

This commit is contained in:
Gurjeet Singh 2021-11-22 02:04:43 -08:00
parent 3e07e4acf4
commit 63cb738f2e

View file

@ -16,7 +16,7 @@ An opinionated guide for developers wanting to get things done with the Nix ecos
Contributing
------------
Run ``./live`` and open a browser at https://localhost:5500.
Run ``./live`` and open a browser at http://localhost:5500.
As you make changes your browser should auto-reload within a few seconds.