Skip to content

Commit

Permalink
docs: update ubuntu and debian/raspbian prerequisites in installation…
Browse files Browse the repository at this point in the history
… guide

Signed-off-by: Vanya A. Sergeev <[email protected]>
  • Loading branch information
jsissom authored and vsergeev committed Aug 28, 2021
1 parent 8c56329 commit 6519586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ Install LuaJIT 2.0.4 or greater and prerequisites:
* Arch Linux: `sudo pacman -S luajit`
* macOS (Homebrew): `brew install luajit pkg-config`
* macOS (MacPorts): `sudo port install luajit pkg-config`
* Ubuntu/Debian/Rasbpian: `sudo apt-get install luajit pkg-config`
* Ubuntu: `sudo apt-get install luajit libluajit-5.1-dev pkg-config`
* Debian/Raspbian: `sudo apt-get install luajit pkg-config`
* Fedora/CentOS: `sudo yum install luajit`

### Installation
Expand Down

0 comments on commit 6519586

Please sign in to comment.