diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-05-30 20:46:03 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2021-05-30 20:46:03 +0200 |
commit | d0c8cb91b089e735fb288cf0fd44afb20e08a89c (patch) | |
tree | 46a32da79232fbe06e81049564a5b523e38800e2 /README | |
parent | 4e9f6b97432de675d567c2019cadb165559ab0f5 (diff) | |
download | sciteco-d0c8cb91b089e735fb288cf0fd44afb20e08a89c.tar.gz |
cosmetic changes to continuous-integration.yml and mention availability of nightly builds in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ - +[](https://github.com/rhaberkorn/sciteco/actions/workflows/continuous-integration.yml) Overview ======== @@ -104,6 +104,7 @@ Download ======== There are prebuilt binary packages and source bundles for your convenience: + * [Download Archive at Sourceforge](https://sourceforge.net/projects/sciteco/files/) * [Github Releases](https://github.com/rhaberkorn/sciteco/releases) * [Ubuntu PPA](https://launchpad.net/~robin-haberkorn/+archive/sciteco) @@ -113,7 +114,12 @@ There are prebuilt binary packages and source bundles for your convenience: [`sciteco` package from this layer](https://github.com/rhaberkorn/meta-rhaberkorn). * The official [SciTECO homepage](http://sciteco.sf.net/) is a live demo. -For more details on building from source, please refer to `INSTALL`. +These releases may be quite outdated, so you may also give a try to the +[nightly Ubuntu packages](https://nightly.link/rhaberkorn/sciteco/workflows/continuous-integration/master) - +they represent the repository's HEAD commit but may well be instable. + +If everything fails, you can try building from source. +See [`INSTALL`](INSTALL) for more details. Additional Documentation ======================== |