Skip to content

Commit 470fa67

Browse files
committed
Update Getting Started documentation to include installation path for VC when installed from Linux package manager.
1 parent 769fd14 commit 470fa67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/docs/guides/0001-getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Virtual Client is a self-contained .NET 8 application, so "Installation" really
1515
[all operating systems supported by .NET 8](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md).
1616

1717
### Debian / Ubuntu (deb)
18-
VirtualClient is published to Microsoft package store. Use the following command to install. You can then call VirtualClient from this path `/usr/bin/virtualclient`, which is typically in Linux `$PATH`.
18+
VirtualClient is published to Microsoft package store. Use the following command to install. You can then call VirtualClient from this path `/usr/bin/virtualclient` (which is
19+
typically one of the default paths in the Linux `$PATH` environment variable). This is a symbolic link. The actual package is typically installed at the path `/opt/virtualclient`.
1920

2021
```bash
2122
# example: ubuntu
@@ -31,7 +32,8 @@ sudo apt-get install virtualclient
3132
```
3233

3334
### Red Hat-based distributions (rpm)
34-
We maintain deb package for releases. Use the following command to install. You can then call VirtualClient from this path `/usr/local/bin/virtualclient`, which is typically in Linux `$PATH`.
35+
We maintain deb package for releases. Use the following command to install. You can then call VirtualClient from this path `/usr/bin/virtualclient`
36+
(which is typically one of the default paths in the Linux `$PATH` environment variable). This is a symbolic link. The actual package is typically installed at the path `/opt/virtualclient`.
3537

3638
```bash
3739
# example: ubuntu

0 commit comments

Comments
 (0)