docs: update devshell docs with new link

This commit is contained in:
teutat3s 2023-11-18 23:17:05 +01:00
parent 7d58094d23
commit 5f7e8108c2
Signed by untrusted user: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -3,9 +3,16 @@
Clone this repository:
```
git clone https://git.pub.solar/pub-solar/infra-new.git
git clone https://git.pub.solar/pub-solar/infra.git
cd infra
```
then, install [the package manager nix](https://nixos.org/download).
Finally, run `nix develop` in this repo. This will install a development shell that has all required tooling available.
Finally, run:
```
nix develop
```
This will install a development shell (devshell) with all required tools.