Skip to content

Commit

Permalink
Document updates for release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfredenburg committed Jan 16, 2024
1 parent c7255f7 commit 6898a65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
```

## [0.6.0] - 2024-01-15
### Changed
- Sorted file from the configuratio `src` directories into explicit `bin` and `home` directories.


## [0.5.0] - 2024-01-15
### Changed
- Changed the Kerberos username variable used in `kload` alias `KRB_PRINCIPAL` -> `KRB5_PRINCIPAL`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ supported configurations include the following:
The user configuration files can installed using the code snippet below.

```bash
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.5.0.tar.gz | tar xz
make -C fnal-asic-compute-0.5.0 install
curl -sL https://github.com/ic-designer/fnal-asic-compute/archive/refs/tags/0.6.0.tar.gz | tar xz
make -C fnal-asic-compute-0.6.0 install
```

The Makefile will use information about the operating system to determine which configuration to
Expand Down

0 comments on commit 6898a65

Please sign in to comment.