Skip to content

dominicegginton/roll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roll

carbon (5)

Documentation

USAGE: roll [<sides>]

ARGUMENTS:
  <sides>                 The number of sides the dice should have (default: 6)

OPTIONS:
  -h, --help              Show help information.

Homebrew

brew install dominicegginton/formulae/roll

From source

Firstly before installing roll from source please check the required build dependencies:

To download the source code simply clone the repository using Git and use Make to build and install roll:

$ git clone https://github.com/dominicegginton/roll
$ cd roll
$ sudo make install