Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBergonti authored Oct 30, 2023
1 parent 644cc37 commit 655333b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Please refer to [the documentation in `robotology-superbuild`](https://github.co

```sh
mamba env create -n <conda-environment-name> --file environment.yml
mamba activate <conda-environment-name>
```

The installation procedure has been tested on Ubuntu 20.04 and Windows 10.
Expand All @@ -40,6 +39,7 @@ The installation procedure has been tested on Ubuntu 20.04 and Windows 10.
On **Linux** or **macOS**, run:

```bash
mamba activate <conda-environment-name>
cd ironcub_mk1_software
mkdir build
cd build
Expand All @@ -52,6 +52,7 @@ chmod +x "${CONDA_PREFIX}/etc/conda/activate.d/ironcub_activate.sh"
On **Windows**, run:

```cmd
mamba activate <conda-environment-name>
cd ironcub_mk1_software
mkdir build
cd build
Expand Down

0 comments on commit 655333b

Please sign in to comment.