From 248d5f9d8c54df536a97113b6df69270051e8e26 Mon Sep 17 00:00:00 2001 From: JJ Grobler <149567957+JJ-Cronos@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:57:26 +0200 Subject: [PATCH] FIX: Add Linux Support --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f01ead0a..9e77b527 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the deve ### 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) 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 +**‼️ If you're installing on Linux, run the following command first:** +```sh +chown frappe:frappe /workspace/development/ +``` + #### Default Install ```sh