Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-leblanc authored Oct 27, 2022
1 parent a2b475c commit cf303e4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,17 @@ export PATH=$PATH:`pwd`/bin
```
If you want to change it permanently, paste
```
export PATH=$PATH:</path/to/file>
export PATH="</path/to/file>:$PATH"
```
at the end of your `~/.bashrc` file. The file can be edited with
```
nano ~/.bashrc
```
for example
```
export PATH="/mnt/c/gitrepos/forefire/bin:$PATH"
```


### 2.2 Scons and Other build systems
Expand Down Expand Up @@ -143,4 +148,4 @@ docker build . -t forefire
To run this image and interactively acces the continer use
```
docker run -it forefire bash
```
```

0 comments on commit cf303e4

Please sign in to comment.