Skip to content

Commit

Permalink
Update linux-scripted-manual.md - fix setting up environment variable…
Browse files Browse the repository at this point in the history
… path (#35730)
  • Loading branch information
Truleu committed Jun 30, 2023
1 parent 95df35e commit f9579cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/install/linux-scripted-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Set the following two environment variables in your shell profile:
This variable should include both the `DOTNET_ROOT` folder and the user's _.dotnet/tools_ folder:
```bash
export PATH=$PATH:$HOME/.dotnet:$HOME/.dotnet/tools
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
```
## Next steps
Expand Down

1 comment on commit f9579cb

@Earthman100
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where do the prefixes come from ?

Please sign in to comment.