diff options
author | eine <eine@users.noreply.github.com> | 2020-08-27 09:41:29 +0200 |
---|---|---|
committer | eine <eine@users.noreply.github.com> | 2020-08-27 09:41:29 +0200 |
commit | 4ce9925590a96055dabfdd8646055dd378d33650 (patch) | |
tree | 5cc8fe1230160ab936d60fb38ff1b9be1327240c /README.md | |
parent | 73991a1048d56e501254bd173c9a72b7f616ae65 (diff) | |
download | ghdl-4ce9925590a96055dabfdd8646055dd378d33650.tar.gz ghdl-4ce9925590a96055dabfdd8646055dd378d33650.tar.bz2 ghdl-4ce9925590a96055dabfdd8646055dd378d33650.zip |
doc: update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |