fix bad package name for Ubuntu in Readme (#161)

The package name for liblua required to build is not correct. The
correct name is
[`liblua-5.3-dev`](https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=liblua5.3)
This commit is contained in:
Lion 2022-12-21 16:29:49 +01:00 committed by GitHub
commit 6a11bcd20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ Ubuntu 22.04
git
libz-dev
rapidjson-dev
liblua5.3
liblua5.3-dev
libssl-dev
libwebsocketpp-dev
libcurl4-openssl-dev