Update DEVELOPMENT.md to reflect new paths.

This commit is contained in:
Banjo Fox 2023-08-18 09:19:07 -04:00
parent 65cc254128
commit 35cf098dcc
5 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ command line without it. If you do so, you may skip to
You can automatically install the prerequisites using this script: You can automatically install the prerequisites using this script:
```shell ```shell
./install_linux_prerequisites.sh ./dev-setup/install_linux_prerequisites.sh
``` ```
Otherwise, you may choose to use Android `sdkmanager`. Follow the installation Otherwise, you may choose to use Android `sdkmanager`. Follow the installation
@ -75,7 +75,7 @@ Now you may run the Linux setup script to check your development environment and
pull the remaining Rust dependencies: pull the remaining Rust dependencies:
```shell ```shell
./setup_linux.sh ./dev-setup/setup_linux.sh
``` ```
#### Run the veilid-flutter setup script (optional) #### Run the veilid-flutter setup script (optional)
@ -127,7 +127,7 @@ Now you may run the MacOS setup script to check your development environment and
pull the remaining Rust dependencies: pull the remaining Rust dependencies:
```shell ```shell
./setup_macos.sh ./dev-setup/setup_macos.sh
``` ```
#### Run the veilid-flutter setup script (optional) #### Run the veilid-flutter setup script (optional)