Skip to content

Commit

Permalink
Update README, Changelog, create 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xenago committed May 21, 2022
1 parent 545e5a6 commit fb66702
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ that can print to `stdout` in a supported format to be used with NSS.

1. Prepare the commands/software that will be triggered by `libnss_shim` (see the Commands section for details).

2. Download the latest release:
2. Download the latest release produced by GitHub Actions:
```
wget <deb-release-url>
wget https://github.com/xenago/libnss_shim/releases/download/1.0.0/libnss_shim_1.0.0_amd64.deb
```

3. Install it directly with `dpkg` or through `apt`:
```
sudo dpkg -i libnss_shim.deb
sudo dpkg -i libnss_shim_1.0.0_amd64.deb
```
or
```
sudo apt install ./libnss_shim.deb
sudo apt install ./libnss_shim_1.0.0_amd64.deb
```

4. Configure the shim by importing a custom `config.json`:
Expand Down
4 changes: 2 additions & 2 deletions changelog/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Initial release
- Create GitHub actions flow to build and release
- Update README with working downloads
- Bump version to 1.0.0 for complete release
2 changes: 2 additions & 0 deletions changelog/CHANGELOG_0.9.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Initial release
- Create GitHub actions flow to build and release

0 comments on commit fb66702

Please sign in to comment.