Skip to content

Commit

Permalink
Merge pull request #1228 from ersonp:docs/systray
Browse files Browse the repository at this point in the history
Docs/systray
  • Loading branch information
jdknives authored May 27, 2022
2 parents 668d5ad + f3f4102 commit 89b22ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,6 @@ mac-installer-help: ## Show installer creation help
win-installer:
@powershell '.\scripts\win_installer\script.ps1'

set-cap-vpn-client:
sudo setcap 'cap_net_admin+p' ./apps/vpn-client

set-cap-vpn-server:
sudo setcap 'cap_net_admin+p' ./apps/vpn-server

help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ in [the docs](docs/windows-setup.md).

If you are interested in running the Skywire VPN as either a client or a server, please refer to the following guides:

- [Setup the Skywire VPN](https://github.com/skycoin/skywire/wiki/Setting-up-Skywire-VPN)
- [Setup the Skywire VPN server](https://github.com/skycoin/skywire/wiki/Setting-up-Skywire-VPN-server)
- [Setup the Skywire VPN](https://github.com/skycoin/skywire/wiki/Skywire-VPN-Client)
- [Setup the Skywire VPN server](https://github.com/skycoin/skywire/wiki/Skywire-VPN-Server)

## Creating a GitHub release

Expand Down
8 changes: 1 addition & 7 deletions docs/systray-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,7 @@ Then you can run it with

```bash

# Linux
$ sudo setcap 'cap_net_admin+p' ./apps/vpn-client
$ ./skywire-visor -c <YOUR_CONFIG_PATH> --systray

# MacOS

# Linux and MacOS
$ sudo chown root ./apps/vpn-client
$ sudo chmod 4755 ./apps/vpn-client
$ ./skywire-visor -c <YOUR_CONFIG_PATH> --systray
```

0 comments on commit 89b22ba

Please sign in to comment.