Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand All @@ -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
Expand All @@ -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).
Loading