Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (24 loc) · 1.08 KB

INSTALL.md

File metadata and controls

40 lines (24 loc) · 1.08 KB

Installation

MacOS X

Mac OS X users can install with Homebrew:

brew install adr-tools

From a Release Package

You can install a released package:

  1. Download a zip or tar.gz package from the releases page
  2. Unzip / untar the package
  3. Add the 'src/' subdirectory to your PATH

From Git

You can install with Git, if you want to be on the bleeding edge:

  1. Clone this repository
  2. Add the src/ subdirectory to your PATH.

Windows 10

The scripts work in the Bash on Ubuntu on Windows, the Linux-subsystem that offically supports Linux command line tools. Make sure that you have installed the Linux-subsystem, run 'bash' on the command line and follow the instructions in the "From a Release Package" section above.

Autocomplete

In order to have autocomplete on the commands, add the autocomplete/adr script to your /etc/bash_autocomplete.d or the equivalent to your platform.