commit 128f7fa2159172f69c54d2b887a853f43badce28
parent f9784e6dfedf1e0039d1eb8a99b4449c4bc29c64
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Wed, 18 Jan 2023 14:59:20 -0800
Add instruction to readme
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/readme.md b/readme.md
@@ -5,6 +5,11 @@ Install go-bindata
go install github.com/go-bindata/go-bindata/...@latest
```
+Install "air" (for live-reload development)
+```
+go install github.com/cosmtrek/air@latest
+```
+
Download dependencies
```
go mod vendor