From 5be40ff14b74a98758c7aecc3103fd059a05f227 Mon Sep 17 00:00:00 2001 From: JJ Grobler <149567957+JJ-Cronos@users.noreply.github.com> Date: Thu, 30 May 2024 16:42:30 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e315a0b2..8b9ac53f 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,15 @@ You have two options to start the docker container for development: docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TERM=xterm-256color\" -w /workspace/development -it devcontainer-frappe-1 bash ``` +#### Easier container start command + +Run the following script to install a command to start the default RAFNAV container easily. + +```sh +echo "alias run-rafnav='cd ~/Documents/RAFNAV-Docker && sudo ./run-container.sh'" >> ~/.bash_aliases +``` + +Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the development container. > Note: Your **terminal** is now open in the development workspace. However, the VsCode **window** is not.