improved packaging

- use version in archive name
- "macOS" instead of "Darwin"
- include example config in archives
- use subdir in archives
This commit is contained in:
Philipp Wolfer 2023-11-28 10:01:35 +01:00
parent d96df4367d
commit cde9b28c28
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
5 changed files with 17 additions and 5 deletions

View file

@ -28,7 +28,7 @@ This requires `go` to be installed on your system. You can get it from https://g
## Configuration
Scotty requires the configuration of the services in a configuration file in TOML format. See [scotty.example.toml](./scotty.example.toml) for details.
Scotty requires the configuration of the services in a configuration file in TOML format. See [config.example.toml](./config.example.toml) for details.
## Usage