aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoreine <eine@users.noreply.github.com>2020-08-27 09:41:29 +0200
committereine <eine@users.noreply.github.com>2020-08-27 09:41:29 +0200
commit4ce9925590a96055dabfdd8646055dd378d33650 (patch)
tree5cc8fe1230160ab936d60fb38ff1b9be1327240c /README.md
parent73991a1048d56e501254bd173c9a72b7f616ae65 (diff)
downloadghdl-4ce9925590a96055dabfdd8646055dd378d33650.tar.gz
ghdl-4ce9925590a96055dabfdd8646055dd378d33650.tar.bz2
ghdl-4ce9925590a96055dabfdd8646055dd378d33650.zip
doc: update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index f5de413e4..05704b8b3 100644
--- a/README.md
+++ b/README.md
@@ -48,9 +48,12 @@ GHDL is free software:
# Getting GHDL
-Periodically (not regularly), several binary distributions are made available through the [releases](https://github.com/ghdl/ghdl/releases) tab.
-
-You may use [GHDL Docker images](https://github.com/ghdl/docker) in case your didn't find a suitable release, or build GHDL yourself!
+- Pre-built packages:
+ - Approximately once a year, tagged binary distributions are made available through the [releases](https://github.com/ghdl/ghdl/releases) tab.
+ - After each succesful CI run, [nightly](https://github.com/ghdl/ghdl/releases/tag/nightly) tarballs/zipfiles for Ubuntu Focal and Windows (MSYS2) are updated.
+- For using GHDL in CI, [setup-ghdl-ci](https://github.com/ghdl/setup-ghdl-ci) is provided. It is a GitHub Action (see [github.com/features/actions](https://github.com/features/actions)) to setup GHDL in just 3 lines.
+- You may use [GHDL Docker images](https://github.com/ghdl/docker) in case your didn't find a suitable release.
+- Build GHDL yourself (see below)!
## Building GHDL