From 1e287de8c605d26f6b6ba54cff094c43fb720d84 Mon Sep 17 00:00:00 2001 From: Elias Oelschner <62939318+levno-710@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:12:50 +0100 Subject: [PATCH] Update readme.md --- readme.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 5e3a258..a5d4e6e 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ To install Prometheus, simply clone the Github Repository using: git clone https://github.com/levno-710/Prometheus.git ``` -Alternatively you can download the Sources [here](https://github.com/levno-710/Prometheus/archive/refs/heads/master.zip). +Alternatively you can download the Sources [here](https://github.com/prometheus-lua/Prometheus/archive/refs/heads/master.zip). Prometheus also Requires LuaJIT or Lua51 in order to work. The Lua51 binaries can be downloaded [here](https://sourceforge.net/projects/luabinaries/files/5.1.5/Tools%20Executables/). @@ -36,6 +36,7 @@ To perform the Prometheus Tests, just run ```batch lua ./tests.lua ``` + ## Building Prometheus can currently only build on Windows. It requires [srlua.exe](https://github.com/LuaDist/srlua) and [glue.exe](https://github.com/LuaDist/srlua) inside of the root directory. If lua51 was linked dynamically, lua51.dll must also be present. Then Prometheus for Windows can be built using @@ -51,14 +52,6 @@ can be used instead of ```batch lua ./cli.lua [options] ``` -## Credits -### Contributors -- [levno-710](https://github.com/levno-710) -- [brandonsturgeon](https://github.com/brandonsturgeon) -- [pnlmon](https://github.com/pnlmon) -- [britzl](https://github.com/britzl) -- [SpinnySpiwal](https://github.com/SpinnySpiwal) -- [oxince](https://github.com/oxince) -- [NougatBitz](https://github.com/NougatBitz) + ## License This Project is Licensed under the GNU Affero General Public License v3.0. For more details, please refer to [LICENSE](https://github.com/levno-710/Prometheus/blob/master/LICENSE).