Skip to content

Commit 4c79637

Browse files
Apply suggestions from code review
batch commit with suggestions implemented Co-authored-by: Silvio Traversaro <[email protected]>
1 parent 2d9f500 commit 4c79637

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/GettingStarted.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting Started
22

3-
RoboStack is a bundling of ROS for Linux, Mac and Windows using the [Conda package manager](https://docs.conda.io/en/latest/), based on top of [conda-forge](https://conda-forge.org/).
3+
RoboStack is a bundling of ROS for Linux, macOS and Windows using the [Conda package manager](https://docs.conda.io/en/latest/), based on top of [conda-forge](https://conda-forge.org/).
44
We have also extended support to the [Pixi](https://pixi.sh/latest/) package manager, which builds upon the foundations of, and maintains compatabillity with the Conda ecosystem.
55

66
[Here](https://pixi.sh/dev/switching_from/conda/) is a comparison of how Pixi works when compared to Conda/Mamba
@@ -41,7 +41,7 @@ You can install Robostack using either Mamba or pixi.
4141
conda config --env --remove channels defaults
4242
```
4343
!!! note
44-
There are different channels depending on the version of ROS that you want to install, you must only install ONE version of ROS per environment:
44+
There are different channels depending on the version of ROS that you wish to install, to add these channels and install your desired version, you can run the following:
4545
=== "ROS1 Noetic"
4646
```
4747
conda config --env --add channels robostack-noetic
@@ -220,7 +220,7 @@ You can install Robostack using either Mamba or pixi.
220220
```bash
221221
#Save and exit pixi.toml
222222
pixi install
223-
#You can now start an environment with your desired robostack distribution using one of the below commands (must be in the project directory):
223+
#You can now start an environment with your desired robostack distribution using one of the below commands (either executed from within the project directory or by appending `--manifest-path` and pointing to your project directory):
224224

225225
#ROS noetic
226226
pixi shell -e noetic

0 commit comments

Comments
 (0)