Skip to content

Commit

Permalink
doc: added submodule commands for installation
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Jan 27, 2017
1 parent 0c70780 commit bd318ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ As an example the following bash commands enables the library:

cd $HOME
git clone [email protected]:siesta-project/siesta-sfl.git
git submodule init
git submodule update
export LUA_PATH="$HOME/siesta-sfl/?.lua;$HOME/siesta-sfl/?/init.lua;$LUA_PATH"

and that is it. Now you can use the `sfl` library.
Expand Down

0 comments on commit bd318ab

Please sign in to comment.