Skip to content

Commit da9b5e2

Browse files
Update README.md (#51)
1 parent 69260e0 commit da9b5e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Hawaii-Cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Else, you can go to the root directory of the project and create your own nuget
2222
dotnet pack
2323
dotnet tool install -g --add-source ./nupkg hawaii-cli --version <<version_number>>
2424
```
25+
### Mac Issue:
26+
Sometimes, On macOS when a .Net tool is installed globally, it will not be found in the PATH. It might give an error saying, **"hawaii not found"**.
27+
To Fix execute the below command:
28+
```
29+
export PATH=$PATH:~/.dotnet/tools
30+
```
2531

2632
## Usage / Initialization
2733

0 commit comments

Comments
 (0)