mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Docs: Add cd rafnav_bench alias
This commit is contained in:
parent
1aea6e4879
commit
a36d050c4a
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue