From a36d050c4a39e7d66b97848ed130174403f389ab Mon Sep 17 00:00:00 2001 From: JJ-Cronos Date: Fri, 31 May 2024 08:39:57 +0200 Subject: [PATCH] Docs: Add cd rafnav_bench alias --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8b9ac53f..d13fd5af 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,13 @@ Now you can run ```run-rafnav``` anywhere in your WSL terminal to start the deve ```sh cd rafnav_bench ``` +> Run the following script to add an alias for navigating to the RAFNAV bench. + +```sh +echo "alias go-rafnav_bench='cd ~/Documents/RAFNAV-Docker/development/rafnav_bench'" >> ~/.bash_aliases +``` + +Now you can use ```go-rafnav_bench``` anywhere in linux to navigate to RAFNAV's bench directory. 3. Now you are able to start development on RAFNAV with all the dependencies and the correct environment set-up.