Fix typos in local setup guides

This commit is contained in:
Sebastian Serth
2023-02-16 00:29:56 +01:00
parent f49262cc1a
commit 744eead83f
2 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ git clone https://github.com/openHPI/codeocean.git
git clone https://github.com/openHPI/poseidon.git
```
Vagrant assumes that these repositories are completely clean. For example, Vagrant will setup all configuration files in `config` (in both repositories) based on the examples provided in the same directory. Therefore it is **important** that these configuration files do not exist before running `vagrant up`. It is recommended to have a freshly cloned repository but you can also try to remove untracked files by running `git clean -xf` in both repositories.
Vagrant assumes that these repositories are completely clean. For example, Vagrant will setup all configuration files in `config` for CodeOcean based on the examples provided in the same directory. Therefore it is **important** that these configuration files do not exist before running `vagrant up`. It is recommended to have a freshly cloned repository but you can also try to remove untracked files by running `git clean -xf` in both repositories.
## Switch current working directory