mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
README: make development docs more bullet proof
This commit is contained in:
parent
ffd23fae74
commit
083008537d
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user