Merge branch 'main' into development

This commit is contained in:
JJ-Cronos 2025-03-27 13:32:17 +02:00
commit 4e45c79dd4

View file

@ -75,7 +75,7 @@ Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the deve
### GitHub Login (SSH) ### GitHub Login (SSH)
> Make sure you're setting it up for Linux > Make sure you're setting it up for WSL or Linux
1. [Check for any existing SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys) 1. [Check for any existing SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys)
2. [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) 2. [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
@ -84,6 +84,11 @@ Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the deve
### RAFNAV Installation ### RAFNAV Installation
**‼️ If you're installing on Linux, run the following command first:**
```sh
chown frappe:frappe /workspace/development/
```
#### Default Install #### Default Install
```sh ```sh