Compare commits
1 Commits
4ad825779a
...
8df2c3a5a6
Author | SHA1 | Date |
---|---|---|
coolneng | 8df2c3a5a6 |
|
@ -26,19 +26,19 @@ builds.
|
||||||
curl -L https://nixos.org/nix/install | sh
|
curl -L https://nixos.org/nix/install | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Clone the repository:
|
2. Clone the repository:
|
||||||
|
|
||||||
``` {.shell}
|
``` {.shell}
|
||||||
git clone https://git.coolneng.duckdns.org/coolneng/locigenesis
|
git clone https://git.coolneng.duckdns.org/coolneng/locigenesis
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Change the working directory to the project:
|
3. Change the working directory to the project:
|
||||||
|
|
||||||
``` {.shell}
|
``` {.shell}
|
||||||
cd locigenesis
|
cd locigenesis
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Enter the nix-shell:
|
4. Enter the nix-shell:
|
||||||
|
|
||||||
``` {.shell}
|
``` {.shell}
|
||||||
nix-shell
|
nix-shell
|
||||||
|
|
Loading…
Reference in New Issue