Commit 705dca3b authored by Fabien Maniere's avatar Fabien Maniere

Update README.md

parent cb7f3fa0
Pipeline #3645 failed with stage
in 53 minutes and 32 seconds
...@@ -37,15 +37,15 @@ stack --version ...@@ -37,15 +37,15 @@ stack --version
### With Nix setup ### With Nix setup
First install [nix](https://nixos.org/guides/install-nix.html): First install [nix](https://nixos.org/download.html):
```shell ```shell
curl -sSL https://nixos.org/nix/install | sh $ sh <(curl -L https://nixos.org/nix/install) --daemon
``` ```
Verify the installation is complete Verify the installation is complete
```shell ```shell
$ nix-env $ nix-env --version
nix-env (Nix) 2.3.12 nix-env (Nix) 2.3.12
``` ```
And just build: And just build:
...@@ -114,6 +114,7 @@ then run: ...@@ -114,6 +114,7 @@ then run:
``` sh ``` sh
stack --docker exec gargantext-init -- gargantext.ini stack --docker exec gargantext-init -- gargantext.ini
```
### Initialization ### Initialization
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment