Skip to content

Commit

Permalink
[Docs] instructions to build lity from source
Browse files Browse the repository at this point in the history
  • Loading branch information
hydai committed Jul 13, 2018
1 parent 4957d3d commit dc8c3b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/download.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
How to Download Lity
====================

Build from source
-----------------

.. code:: bash
git clone https://github.com/CyberMiles/lity.git
cd lity
mkdir build
cd build
cmake ..
make
./lityc/lityc --help

0 comments on commit dc8c3b9

Please sign in to comment.