Skip to content

Commit

Permalink
Update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mousebyte committed May 10, 2023
1 parent 72c9f31 commit 2c7109f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Full [documentation](https://mousebyte.github.io/LuaClassLib/) is available on G
Example build process on Arch Linux:

```bash
git clone https://github.com/mousebyte/LuaClassLib.git
git clone --recurse-submodules https://github.com/mousebyte/LuaClassLib.git
cd LuaClassLib
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For Linux systems with Lua installed:

.. sourcecode:: console

$ git clone https://github.com/mousebyte/LuaClassLib.git
$ git clone --recurse-submodules https://github.com/mousebyte/LuaClassLib.git
$ mkdir build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make && sudo make install
Expand Down

0 comments on commit 2c7109f

Please sign in to comment.