Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.13 KB

INSTALL.md

File metadata and controls

27 lines (18 loc) · 1.13 KB

vpn_eth installation

Requirements

Optional dependencies

  • tar and bzip2 to build release packages

Development

Following tools are required for development:

Installation

  • You can run the script from the shell.
  • If you want to install it systemwide, copy the plugin to a directory in the path, and vpn_eth.1 in an appropriate directory in the $MANPATH
  • Use sudo make install to install it systemwide
  • To install the bash completion script run sudo make install_bash_completion (it will install the completion script in the directory defined by pkg-config --variable=completionsdir bash-completion)
  • To install the script as an xbar plugin run sudo make install_xbar