Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 823 Bytes

README.adoc

File metadata and controls

41 lines (29 loc) · 823 Bytes

42nerdsctl - A CLI for your work @ 42 N.E.R.D.S.

Installation

By now the installation works with go get or from source.

Via go get

Run the following commend to install via go get

  $ go get -u github.com/42nerds/42nerdsctl

This will install the executable to your $GOPATH/bin directory. Make sure this is in your path

From Source

To install from source use the following commands

  $ git clone [email protected]:42nerds/42nerdsctl.git
  $ cd 42nerdsctl
  $ go install

Usage

Usage instructions are provided by the built in help

  $ 42nerdsctl help

Author

This CLI is written by Julian Kaffke <[email protected]>