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 23, 2023
1 parent 261baec commit 5b1ebf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion building.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ 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, add the command to your `~/.profile` file:
If you would like to add the path permanently, add the command to your Bash `~/.profile` file:
```sh
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.profile
source ~/.profile
```
For other shells, please add the command to the corresponding `profile` file.
- Bash: ~/.bash_profile or ~/.profile
- Zsh: ~/.zprofile
- Ksh: ~/.profile

0 comments on commit 5b1ebf5

Please sign in to comment.