[README] fix some AI formatting

parent b4b42c1e
Pipeline #7090 canceled with stages
...@@ -34,24 +34,32 @@ Install: ...@@ -34,24 +34,32 @@ Install:
- [Nix](https://nixos.org/download/) - [Nix](https://nixos.org/download/)
- [Docker Compose](https://docs.docker.com/compose/install/). - [Docker Compose](https://docs.docker.com/compose/install/).
Add yourself to the `docker` group (replace `myusername` with your username): Add yourself to the `docker` group (replace `myusername` with your username).
```
### Getting the source code ### Getting the source code
```bash ```bash
git clone https://gitlab.iscpif.fr/gargantext/haskell-gargantext.git && cd haskell-gargantext git clone https://gitlab.iscpif.fr/gargantext/haskell-gargantext.git && cd haskell-gargantext
```
### Building Gargantext ### Building Gargantext
#### Building the Backend #### Building the Backend
Run the install script to build, test, and document: Run the install script to build, test, and document:
```bash
./bin/install ./bin/install
```
#### Building the Frontend #### Building the Frontend
This builds GarganText, runs tests, and generates documentation. This builds GarganText, runs tests, and generates documentation.
Move into the `purescript-gargantext/` directory, then run the install script: Move into the `purescript-gargantext/` directory, then run the install script:
```bash
./bin/install
```
Run the script in `purescript-gargantext/`: Run the script in `purescript-gargantext/`:
```
cd purescript-gargantext && ./bin/install && cd .. cd purescript-gargantext && ./bin/install && cd ..
``` ```
......
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