Skip to content

Commit 6829cb5

Browse files
authored
Append the $PATH instead of overwriting it
1 parent 78de49b commit 6829cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/2.2/2.2.300-SDK/2.2.300-SDK-download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Installing from the packages detailed above is recommended or you can install fr
6868

6969
```bash
7070
mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
71-
export PATH=$HOME/dotnet
71+
export PATH=$PATH:$HOME/dotnet
7272
```
7373

7474
## .NET Core Runtime-only installation

0 commit comments

Comments
 (0)