Commit 653e5e8f authored by Grégoire Locqueville's avatar Grégoire Locqueville

Correcting a command that got typo-ed in the README

parent ec01d870
Pipeline #6693 passed with stages
in 69 minutes and 18 seconds
......@@ -190,9 +190,11 @@ The initialization schema should be loaded automatically from `devops/postgres/s
$ cp gargantext-settings.toml_toModify gargantext-settings.toml
```
**NOTE** If you had the `gargantext.ini` file before, you can automatically generate toml with:
**NOTE** If you had the `gargantext.ini` file before, you can automatically
convert it into a file `gargantext-settings.toml` by running the following
from a Nix shell:
```shell
n$ cabal v2-run gargantext-cli -- ini --ini-path ./gargantext.ini > gargantext-settings.toml
n$ cabal v2-run gargantext-cli -- ini
```
> `.gitignore` excludes this file, so you don't need to worry about
......
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