Merge pull request #122 from Mic92/docs

README: make development docs more bullet proof
This commit is contained in:
Jörg Thalheim 2022-12-29 13:05:39 +00:00 committed by GitHub
commit cf62bb5a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```