Skip to content

Commit

Permalink
Removed sudo reference from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandru2018 committed May 30, 2020
1 parent db324df commit a6b697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ If you would like to run the the GUI within a virtual environment (for either de
3. `pipenv install` installs the virtual environment and all necessary dependencies from `Pipfile`.
4. `pipenv shell` enters the virtual environment.
5. `sudo pip install -e .` installs the GUI in your virtual environment.
6. `sudo protonvpn-gui` starts the GUI from within the virtual environment.
6. `protonvpn-gui` starts the GUI from within the virtual environment.

# How to use

Expand Down

0 comments on commit a6b697e

Please sign in to comment.