We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c70780 commit bd318abCopy full SHA for bd318ab
README.md
@@ -16,6 +16,8 @@ As an example the following bash commands enables the library:
16
17
cd $HOME
18
git clone git@github.com:siesta-project/siesta-sfl.git
19
+ git submodule init
20
+ git submodule update
21
export LUA_PATH="$HOME/siesta-sfl/?.lua;$HOME/siesta-sfl/?/init.lua;$LUA_PATH"
22
23
and that is it. Now you can use the `sfl` library.
0 commit comments