Skip to content

Installation

Ibrahim Serdar Acikgoz edited this page Dec 23, 2018 · 9 revisions

Binary Distribution

Download the latest binary from Release Page then; decompress the file and copy the executable somewhere in your $PATH

Source Build

Source build requires golang compiler and minimum golang 1.10 is recommended.

  • If you don't have golang installed refer to golang.org.
  • You should have $GOPATH env variable set and your $PATH should include $GOPATH/bin to run app from anywhere.

To install run the following command;

go get -u github.com/isacikgoz/tldr

p.s. I prefer using gopath like this in my zshrc or bashrc;

export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin

Use

Run tldr from anywhere you want.

Clone this wiki locally