Merge branch 'banjofox/create-dev-setup-directory' into 'main'

banjofox/Create directory for dev environment setup

See merge request veilid/veilid!111
This commit is contained in:
Christien Rioux 2023-08-18 21:17:05 +00:00
commit b17875deb0
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)