From af72e882addeca59f9c59dc0024e6185ea8b6b8f Mon Sep 17 00:00:00 2001 From: Adrian Simmons Date: Tue, 1 Oct 2024 10:14:54 +0100 Subject: [PATCH] Move Air instructions above report badges in source Signed-off-by: Adrian Simmons --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b78964d5f8c8d4a5ce10571eaca894db0c19a93f..44b12757dcc034f94adcb7127b673a8cd265c5fb 100644 --- a/README.md +++ b/README.md @@ -227,15 +227,15 @@ git config format.signOff yes - [air](https://github.com/cosmtrek/air) - Watches source files and rebuilds/executes the project when sources change +#### Using Air + +Running Air using Willow's supplied Air configuration: `air -c air.toml` launches Willow on [localhost:1313](http://localhost:1313). + +If you're working on HTML or CSS then use Air's proxy port instead [localhost:8888](http://localhost:8888) to get live reloading in the browser on every source change. + [goreportcard-badge]: https://goreportcard.com/badge/git.sr.ht/~amolith/willow [goreportcard]: https://goreportcard.com/report/git.sr.ht/~amolith/willow [reuse]: https://api.reuse.software/info/git.sr.ht/~amolith/willow [reuse-shield]: https://shields.io/reuse/compliance/git.sr.ht/~amolith/willow [fosspay]: https://secluded.site/donate/ [fosspay-shield]: https://shields.io/badge/donate-fosspay-yellow - -#### Using Air - -Running Air using Willow's supplied Air configuration: `air -c air.toml` launches Willow on [localhost:1313](http://localhost:1313). - -If you're working on HTML or CSS then use Air's proxy port instead [localhost:8888](http://localhost:8888) to get live reloading in the browser on every change.