mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 11:10:57 +01:00
Edit readme
This commit is contained in:
@@ -1,7 +1,25 @@
|
||||
== Package Stuff documentation
|
||||
# GitList Builder: Tools to build gitlist package
|
||||
|
||||
## Dependencies
|
||||
|
||||
To use this package builder you may need to install some development packages like: dpkg-dev or evem rpm.
|
||||
|
||||
|
||||
## How to build
|
||||
|
||||
The packages can be generated by running Makefile functions like:
|
||||
|
||||
```
|
||||
$ make build_deb
|
||||
$ make build_rpm
|
||||
```
|
||||
|
||||
## Structure
|
||||
|
||||
Core package is a simple source package while a configuration package requires all the dependencies.
|
||||
|
||||
## ToDo
|
||||
|
||||
DONE ==
|
||||
Core RPM package
|
||||
Core DEB package
|
||||
|
||||
Reference in New Issue
Block a user