chore: Update README with new development information.
Some checks failed
CI Testing (API) / test (push) Waiting to run
CI Testing (LOM) / test (push) Has been cancelled

This commit is contained in:
greysoh 2024-12-01 13:08:38 -05:00
parent 0965c56547
commit 7b5ec36e61
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -12,11 +12,13 @@
<h2 align="center">Local Development</h2>
> [!NOTE]
> Using [nix](https://builtwithnix.org) is recommended. If you're not using Nix, install PostgreSQL, Node.JS, and `lsof`.
> Using [nix](https://builtwithnix.org) is recommended. If you're not using Nix, install the Go language & language server (`go` & `gopls`), Node.JS, and `lsof`.
1. First, check if you have a working Nix environment if you're using Nix.
1. First, make sure you have a sane copy of Docker installed, and make sure the copy of Docker works.
2. Run `nix-shell`, or alternatively `source init.sh` if you're not using Nix.
2. Secondly, check if you have a working Nix environment if you're using Nix.
3. Lastly, Run `nix-shell`, or alternatively `source init.sh` if you're not using Nix.
<h3 align="center">API Development</h3>