Skip to content

Commit 5170f26

Browse files
Remove step 3 from the documentation
1 parent 9fa79d9 commit 5170f26

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/getting-started.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,13 @@ Change to the Docker Build Directory: Note that this directory is within the Air
7676

7777
docker run --rm -it -v $PWD/../..:/home/airsim/Formula-Student-Driverless-Simulator formula-simulator
7878

79-
80-
3. Inside the Container: Copy the modified setup.sh and build.sh scripts:
81-
82-
cp ./docker_build/setup.sh .
83-
cp ./docker_build/build.sh .
84-
85-
4. Run the Setup and Build:
79+
3. Run the Setup and Build:
8680

8781
./setup.sh && ./build.sh
8882

89-
5. Exit the Docker Container: Press Ctrl + D in the terminal to exit.
83+
4. Exit the Docker Container: Press Ctrl + D in the terminal to exit.
9084

91-
6. Build the final project, use the following command (this process may take some time):
85+
5. Build the final project, use the following command (this process may take some time):
9286

9387
~/UnrealEngine/Engine/Binaries/ThirdParty/Mono/Linux/bin/mono ~/UnrealEngine/Engine/Binaries/DotNET/UnrealBuildTool.exe Development Linux -Project=/home/$uSER/Formula-Student-Driverless-Simulator/UE4Project/FSOnline.uproject -TargetType=Editor -Progress
9488

0 commit comments

Comments
 (0)