Skip to content

Commit

Permalink
Updates the Getting Started Page [Sep 2021] (#174)
Browse files Browse the repository at this point in the history
* Fix the NUsight link

* Updates the incorrect ip line

* Adds in $
  • Loading branch information
ysims authored Sep 25, 2021
1 parent eee0ffa commit 835b8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/book/03-guides/01-main-codebase/01-getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Windows and MacOS users who want to connect to NUsight will need to set up the d
./b run keyboardwalkfake --network nuclearnet
```
See the [NUsight](#nusight) section below for details.
See the [NUsight](#get-build-and-run-nusight) section below for details.
</Alert>
Expand Down Expand Up @@ -445,7 +445,7 @@ Open up a new terminal to run NUsight and NUbots code side by side.
6. Inspect the network to find the NUbots container's IP address

```bash
docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' nubots_generic
docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps | grep nubots:selected | cut -d " " -f1)
```

The IP address given will be referred to as `<ADDRESS>`. You will need to be running a binary in NUbots or this will not work. See step 3 for details.
Expand Down

0 comments on commit 835b8dd

Please sign in to comment.