Skip to content

Commit a4b00a2

Browse files
authored
Merge pull request #183 from prometheus-lua/levno-710-patch-1
Update readme.md
2 parents d3d0e70 + 1e287de commit a4b00a2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

readme.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install Prometheus, simply clone the Github Repository using:
1717
git clone https://github.com/levno-710/Prometheus.git
1818
```
1919

20-
Alternatively you can download the Sources [here](https://github.com/levno-710/Prometheus/archive/refs/heads/master.zip).
20+
Alternatively you can download the Sources [here](https://github.com/prometheus-lua/Prometheus/archive/refs/heads/master.zip).
2121

2222
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/).
2323

@@ -36,6 +36,7 @@ To perform the Prometheus Tests, just run
3636
```batch
3737
lua ./tests.lua
3838
```
39+
3940
## Building
4041
Prometheus can currently only build on Windows.
4142
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
5152
```batch
5253
lua ./cli.lua [options]
5354
```
54-
## Credits
55-
### Contributors
56-
- [levno-710](https://github.com/levno-710)
57-
- [brandonsturgeon](https://github.com/brandonsturgeon)
58-
- [pnlmon](https://github.com/pnlmon)
59-
- [britzl](https://github.com/britzl)
60-
- [SpinnySpiwal](https://github.com/SpinnySpiwal)
61-
- [oxince](https://github.com/oxince)
62-
- [NougatBitz](https://github.com/NougatBitz)
55+
6356
## License
6457
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).

0 commit comments

Comments
 (0)