Skip to content

Commit

Permalink
Updated README and versioning schema
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettbyrd committed Jul 1, 2024
1 parent a1bb54b commit 4ad5e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release-deb
on:
push:
tags:
- 'v*.*.*'
- '*.*.*'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4ad5e33

Please sign in to comment.