Skip to content

Commit bd318ab

Browse files
committed
doc: added submodule commands for installation
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 0c70780 commit bd318ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ As an example the following bash commands enables the library:
1616

1717
cd $HOME
1818
git clone git@github.com:siesta-project/siesta-sfl.git
19+
git submodule init
20+
git submodule update
1921
export LUA_PATH="$HOME/siesta-sfl/?.lua;$HOME/siesta-sfl/?/init.lua;$LUA_PATH"
2022

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

0 commit comments

Comments
 (0)