Skip to content

Commit a88b108

Browse files
Update GettingStarted.md
Changed installation > installing for clarity
1 parent 06cb35e commit a88b108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Getting Started
22
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/).
33

4-
## Installation mamba
4+
## Installating mamba
55

66
To get started with conda (or mamba) as package managers, you need to have a base conda installation. Please do _not_ use the Anaconda installer, but rather start with [`miniforge`](https://github.com/conda-forge/miniforge) that is much more "minimal" installer. This installer will create a "base" environment that contains the package managers conda and mamba. After this installation is done, you can move on to the next steps.
77

@@ -21,7 +21,7 @@ conda install mamba -c conda-forge
2121

2222
At the moment on Windows only the Command Prompt terminal is supported, while Powershell is not supported.
2323

24-
## Installation ros
24+
## Installating ros
2525
=== "Mamba"
2626

2727
```bash title="Prepare an environment to use the correct channels"

0 commit comments

Comments
 (0)