Skip to content

Commit

Permalink
fix: resolve comment
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
  • Loading branch information
JeyJeyGao committed Feb 20, 2023
1 parent ca86563 commit 261baec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions building.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ Building above binaries require [golang](https://golang.org/dl/) with version `>
```sh
export PATH="$HOME/bin:$PATH"
```
If you would like to add the path permanently, please add it to your `~/.profile` file.

If you would like to add the path permanently, add the command to your `~/.profile` file:
```sh
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.profile
source ~/.profile
```

0 comments on commit 261baec

Please sign in to comment.