README: make development docs more bullet proof

This commit is contained in:
Jörg Thalheim 2022-12-29 14:05:23 +01:00
parent ffd23fae74
commit 083008537d

View File

@ -162,15 +162,16 @@ Update 1.4.6 -> 1.5.0-M1 in sbt
## Development setup
First clone the repo to your preferred location (in the following, we assume `~/git`):
First clone the repo to your preferred location (in the following, we assume `~/` - your home):
```console
$ git clone https://github.com/Mic92/nix-update/ ~/git/nix-update
$ git clone https://github.com/Mic92/nix-update/ ~/nix-update
```
Than enter the dev shell:
```console
$ cd ~/nix-update
$ nix develop
```