Skip to content

Commit

Permalink
Merge branch 'master' of github.com:martijnmichel/nordvpn-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnmichel committed Mar 1, 2020
2 parents f5e2fdd + 0f7f023 commit 5597d26
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ This is just an initial setup, more will come later.
NordVPN CLI: Install the nordvpn-cli for your distro. More info is on their website.

## Install
Extract the zip file, go into the newly created dir and click on NordVPN Electron binary.
Double-click on your downloaded .AppImage or .snap binary.

## Login
Login to nordvpn is still required to go through the terminal. You can use the built-in terminal or your favorite os-terminal. Type: nordvpn login (enter your details after hitting enter)

Once logged in, this app can take over. Logging in is only required once.
The app will prompt your nordvpn credentials when opening the app or trying to connect to a server while youre not logged in. Credentials are saved automagically.

## Connect to a server
Click on a country to connect to a server. (You need to be logged in)
Click on a country to connect to a server. You will be prompted for your credentials if youre not logged in.

## Change settings
Open the popup menu by clicking on the bars on the topleft, change any setting you like. They are saved automatically.
Expand All @@ -35,7 +33,7 @@ yarn

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
quasar dev -m electron
```

### Lint the files
Expand All @@ -45,7 +43,7 @@ yarn run lint

### Build the app for production
```bash
quasar build
quasar build -m electron
```

### Customize the configuration
Expand Down

0 comments on commit 5597d26

Please sign in to comment.