Skip to content

Commit fb66702

Browse files
committed
Update README, Changelog, create 1.0.0 release
1 parent 545e5a6 commit fb66702

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,18 @@ that can print to `stdout` in a supported format to be used with NSS.
3636

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

39-
2. Download the latest release:
39+
2. Download the latest release produced by GitHub Actions:
4040
```
41-
wget <deb-release-url>
41+
wget https://github.com/xenago/libnss_shim/releases/download/1.0.0/libnss_shim_1.0.0_amd64.deb
4242
```
4343
4444
3. Install it directly with `dpkg` or through `apt`:
4545
```
46-
sudo dpkg -i libnss_shim.deb
46+
sudo dpkg -i libnss_shim_1.0.0_amd64.deb
4747
```
4848
or
4949
```
50-
sudo apt install ./libnss_shim.deb
50+
sudo apt install ./libnss_shim_1.0.0_amd64.deb
5151
```
5252
5353
4. Configure the shim by importing a custom `config.json`:

changelog/CHANGELOG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Initial release
2-
- Create GitHub actions flow to build and release
1+
- Update README with working downloads
2+
- Bump version to 1.0.0 for complete release

changelog/CHANGELOG_0.9.1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Initial release
2+
- Create GitHub actions flow to build and release

0 commit comments

Comments
 (0)