Make install instructions more precise
This commit is contained in:
parent
0e18bed823
commit
80c22b5207
1 changed files with 12 additions and 9 deletions
21
README.md
21
README.md
|
@ -30,11 +30,9 @@ be copied inside $HOME or /etc depending on the helper script.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Package manager for Arch Linux
|
### Package repository for Arch Linux
|
||||||
|
|
||||||
1. Build a `pacman` package for ArchLinux via `makepkg -csi` inside the `_pkg/` folder
|
Use the custom provided ArchLinux repository hosted at `aur.myservermanager.com`
|
||||||
2. Alternatively, use `./sync` from the git clone and pick an action which should be self-explaining
|
|
||||||
3. Use the custom provided ArchLinux repository hosted at `aur.myservermanager.com`
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
[repo-aur-myservermanager-com]
|
[repo-aur-myservermanager-com]
|
||||||
|
@ -42,18 +40,23 @@ SigLevel = Never
|
||||||
Server = https://aur.myservermanager.com
|
Server = https://aur.myservermanager.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Package build for Arch Linux
|
||||||
|
|
||||||
|
1. Clone this repository
|
||||||
|
2. Build a `pacman` package for ArchLinux via `makepkg -csi` inside the `_pkg/` folder
|
||||||
|
|
||||||
### system-helpers-sync script to synchronize files to locations
|
### system-helpers-sync script to synchronize files to locations
|
||||||
|
|
||||||
1. Clone this repository
|
1. Clone this repository
|
||||||
2. Run `./system-helpers-sync` and use the option you like to use
|
2. Run `./system-helpers-sync` and pick an action which should be self-explaining
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Services and scripts don't depend on each other but have hints that they can be
|
Scripts make heavy use of **notifier** script which should be configured properly.
|
||||||
combined (out-commented line in service files for `systemd_failure_notify@.service`
|
|
||||||
for example).
|
|
||||||
|
|
||||||
Examples are given inside `usr/share/doc/system-helpers`.
|
Otherwise, services and scripts don't depend on each other, but have hints that they can be combined (out-commented line in service files for `systemd_failure_notify@.service` for example).
|
||||||
|
|
||||||
|
Examples are given inside `usr/share/doc/system-helpers` and *man pages* are also available.
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue