diff --git a/docs/Unity.md b/docs/Unity.md index bade4e62c1..daa1ba96ea 100644 --- a/docs/Unity.md +++ b/docs/Unity.md @@ -19,7 +19,7 @@ This project is still in early development, expect some rough edges. We are work **Make sure** to select **Desktop Development with C++** and **Windows 10 SDK 10.0.18362** (should be selected by default) while installing VS 2019. * Start `x64 Native Tools Command Prompt for VS 2019`. -* Clone the repo: `git clone https://github.com/Microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`. +* Clone the repo: `git clone https://github.com/microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`. * Run `build.cmd` from the command line. #### Build Unity Project @@ -42,7 +42,7 @@ sudo apt-get install libboost-all-dev #### Build Airsim ``` -git clone https://github.com/Microsoft/AirSim.git; +git clone https://github.com/microsoft/AirSim.git; cd AirSim; ./setup.sh; ./build.sh diff --git a/docs/build_linux.md b/docs/build_linux.md index ffb0523f7e..b05271a45e 100644 --- a/docs/build_linux.md +++ b/docs/build_linux.md @@ -33,7 +33,7 @@ make ```bash # go to the folder where you clone GitHub projects -git clone https://github.com/Microsoft/AirSim.git +git clone https://github.com/microsoft/AirSim.git cd AirSim ``` diff --git a/docs/build_windows.md b/docs/build_windows.md index e675750c67..234a3ec8dc 100644 --- a/docs/build_windows.md +++ b/docs/build_windows.md @@ -16,7 +16,7 @@ Click on the `Install` button on the top right, which should show the option to * Install Visual Studio 2022. **Make sure** to select **Desktop Development with C++** and **Windows 10 SDK 10.0.19041** (should be selected by default) and select the latest .NET Framework SDK under the 'Individual Components' tab while installing VS 2022. * Start `Developer Command Prompt for VS 2022`. -* Clone the repo: `git clone https://github.com/Microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`. +* Clone the repo: `git clone https://github.com/microsoft/AirSim.git`, and go the AirSim directory by `cd AirSim`. **Note:** It's generally not a good idea to install AirSim in C drive. This can cause scripts to fail, and requires running VS in Admin mode. Instead clone in a different drive such as D or E.