Update some URLs (#1347)

This commit is contained in:
Sven Serlier 2022-05-30 11:46:43 +02:00 committed by GitHub
parent 704f8975ca
commit 4e7bb3f46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ The easiest way to get started with development is to use Visual Studio Code wit
**Prerequisites** **Prerequisites**
- [Docker](https://docs.docker.com/install/) - [Docker](https://docs.docker.com/get-docker/)
- [Visual Studio code](https://code.visualstudio.com/) - [Visual Studio code](https://code.visualstudio.com/)
- [Git](https://git-scm.com/) - [Git](https://git-scm.com/)
@ -61,7 +61,7 @@ sudo apt-get install python3-pip python3-dev python3-venv autoconf libssl-dev li
### Developing on Windows ### Developing on Windows
To develop on Windows, you will need to use the Linux subsystem (WSL). Follow the [WSL installation instructions](https://docs.microsoft.com/windows/wsl/install-win10) and install Ubuntu from the Windows Store. Once you're able to access Linux, follow the Linux instructions. To develop on Windows, you will need to use the Linux subsystem (WSL). Follow the [WSL installation instructions](https://docs.microsoft.com/windows/wsl/install) and install Ubuntu from the Windows Store. Once you're able to access Linux, follow the Linux instructions.
:::tip :::tip
If you find that you cannot open the development instance via <http://localhost:8123> when using WSL, instead, within a WSL terminal, find the `inet` address of the `eth0` adaptor by running `ip addr show eth0`. Then use this address, excluding the CIDR block, to access the development instance, i.e. if your `inet` is listed as `172.20.37.6/20`, use <http://172.20.37.6:8123>. If you find that you cannot open the development instance via <http://localhost:8123> when using WSL, instead, within a WSL terminal, find the `inet` address of the `eth0` adaptor by running `ip addr show eth0`. Then use this address, excluding the CIDR block, to access the development instance, i.e. if your `inet` is listed as `172.20.37.6/20`, use <http://172.20.37.6:8123>.