-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README and versioning schema
- Loading branch information
1 parent
a1bb54b
commit 4ad5e33
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: release-deb | |
on: | ||
push: | ||
tags: | ||
- 'v*.*.*' | ||
- '*.*.*' | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,13 +104,13 @@ spack install feq-parse | |
|
||
To install a specific version of feq-parse with spack, e.g. | ||
``` | ||
spack install [email protected].1 | ||
spack install [email protected].2 | ||
``` | ||
|
||
Refer to the [spack documentation](https://spack.readthedocs.io/en/latest/) for further guidance on using Spack. | ||
|
||
### `apt-get` | ||
A `.deb` file is provided for each minor release. If you are using a Debian-based linux distribution (e.g., Debian, Ubuntu, Pop_OS!) and an `x86_64/amd64` architecture, simply download the `.deb` via the github interface, or with | ||
A `.deb` file is provided for each release. If you are using a Debian-based linux distribution (e.g., Debian, Ubuntu, Pop_OS!) and an `x86_64/amd64` architecture, simply download the `.deb` via the [github interface](), or with | ||
``` | ||
wget https://github.com/FluidNumerics/feq-parse/releases/download/<version-number>/feq-parse_<version-number>-1_amd64.deb | ||
``` | ||
|