Skip to content

Commit

Permalink
README.md: Bump up version to 1.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
itz-me-zappex committed Dec 21, 2024
1 parent d031e77 commit eb96a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Dependencies for other distributions will be added soon.
### Manual installation using release tarball
You can use this method if there is no package build script for your distro. Make sure you have installed dependencies as described above before continue.
```bash
flux_version='1.15' # set latest version as I update it here every release
flux_version='1.15.1' # set latest version as I update it here every release
```
```bash
mkdir 'flux' && cd 'flux' # create and change build directory
Expand All @@ -115,7 +115,7 @@ sudo install -Dm 755 'flux' '/usr/local/bin/flux' # install daemon to '/usr/loca
### Arch Linux and dereatives
Make sure you have installed `base-devel` package before continue.
``` bash
flux_version='1.15' # set latest version as I update it here every release
flux_version='1.15.1' # set latest version as I update it here every release
```
```bash
mkdir 'flux' && cd 'flux' # create and change build directory
Expand All @@ -129,7 +129,7 @@ makepkg -sric # build a package and install it

### Debian and dereatives
```bash
flux_version='1.15' # set latest version as I update it here every release
flux_version='1.15.1' # set latest version as I update it here every release
```
```bash
mkdir 'flux' && cd 'flux' # create and change build directory
Expand Down

0 comments on commit eb96a87

Please sign in to comment.