diff --git a/docs/LOCAL_SETUP.md b/docs/LOCAL_SETUP.md index 61e19ec4..48099c16 100644 --- a/docs/LOCAL_SETUP.md +++ b/docs/LOCAL_SETUP.md @@ -127,7 +127,7 @@ git clone https://github.com/openHPI/codeocean.git ### Switch current working directory -This guide focusses on CodeOcean, as checked out in the previous step. Therefore, we are switching the working directory in the following. For Poseidon, please follow the [dedicated setup guide for Poseidon](https://github.com/openHPI/poseidon/blob/main/docs/development.md). +This guide focuses on CodeOcean, as checked out in the previous step. Therefore, we are switching the working directory in the following. For Poseidon, please follow the [dedicated setup guide for Poseidon](https://github.com/openHPI/poseidon/blob/main/docs/development.md). ```shell cd codeocean @@ -228,7 +228,7 @@ bundle exec prometheus_exporter ## Native Setup for Nomad -As detailed earlier, this guide focusses on CodeOcean. Nevertheless, the following provides a short overview of the most important steps to get started with Nomad (as required for Poseidon). Please refer to the [full setup guide](https://github.com/openHPI/poseidon/blob/main/docs/development.md) for more details. +As detailed earlier, this guide focuses on CodeOcean. Nevertheless, the following provides a short overview of the most important steps to get started with Nomad (as required for Poseidon). Please refer to the [full setup guide](https://github.com/openHPI/poseidon/blob/main/docs/development.md) for more details. ### Install Nomad @@ -276,7 +276,7 @@ docker -v ## Native Setup for Poseidon -As detailed earlier, this guide focusses on CodeOcean. Nevertheless, the following provides a short overview of the most important steps to get started with Poseidon. Please refer to the [full setup guide](https://github.com/openHPI/poseidon/blob/main/docs/development.md) for more details. +As detailed earlier, this guide focuses on CodeOcean. Nevertheless, the following provides a short overview of the most important steps to get started with Poseidon. Please refer to the [full setup guide](https://github.com/openHPI/poseidon/blob/main/docs/development.md) for more details. ### Install Go diff --git a/docs/LOCAL_SETUP_VAGRANT.md b/docs/LOCAL_SETUP_VAGRANT.md index 34b4149d..5d3d6831 100644 --- a/docs/LOCAL_SETUP_VAGRANT.md +++ b/docs/LOCAL_SETUP_VAGRANT.md @@ -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