Skip to content

Commit 24485c3

Browse files
committed
update. update README
1 parent 1c262e7 commit 24485c3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- master
11+
paths-ignore:
12+
- '**/README.md'
1113

1214
permissions:
1315
contents: write

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Prebuilt binaries are available on GitHub Releases.
6262
Install to `/usr/local/bin`:
6363

6464
```bash id="1c8m19"
65-
VERSION=0.7.1
65+
VERSION=0.8.0
6666
curl -fL -o /tmp/lssh.tar.gz \
6767
"https://github.com/blacknon/lssh/releases/download/v${VERSION}/lssh_${VERSION}_linux_amd64.tar.gz"
6868
sudo tar -xzf /tmp/lssh.tar.gz -C /tmp
@@ -76,7 +76,7 @@ sudo install -m 0755 /tmp/lssh_${VERSION}_linux_amd64/bin/* /usr/local/bin/
7676
<details>
7777

7878
```bash
79-
VERSION=0.7.1
79+
VERSION=0.8.0
8080
curl -fL -o /tmp/lssh.deb \
8181
"https://github.com/blacknon/lssh/releases/download/v${VERSION}/lssh_${VERSION}_amd64.deb"
8282
sudo apt install /tmp/lssh.deb
@@ -89,7 +89,7 @@ sudo apt install /tmp/lssh.deb
8989
<details>
9090

9191
```bash
92-
VERSION=0.7.1
92+
VERSION=0.8.0
9393
curl -fL -o /tmp/lssh.rpm \
9494
"https://github.com/blacknon/lssh/releases/download/v${VERSION}/lssh-${VERSION}-1.x86_64.rpm"
9595
sudo dnf install -y /tmp/lssh.rpm

0 commit comments

Comments
 (0)