]> git.lizzy.rs Git - nothing.git/blob - README.md
Merge pull request #11 from tsoding/1-ci
[nothing.git] / README.md
1 [![Build Status](https://travis-ci.org/tsoding/nothing.svg?branch=master)](https://travis-ci.org/tsoding/nothing)
2
3 # Nothing
4
5 ![](https://i.imgur.com/7J2wLFZ.png)
6
7 ## Quick Start
8
9 ```console
10 $ nix-shell              # Only on NixOS
11 $ mkdir build
12 $ cd build/
13 $ cmake ..
14 $ make
15 $ ./nothing
16 ```