docs: update link to git repo #67

Merged
teutat3s merged 2 commits from docs/update-link into main 2023-12-01 18:03:56 +00:00
Showing only changes of commit 5f7e8108c2 - Show all commits

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.