Skip to content

Commit

Permalink
doc: Additional snap update notes (#4398)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhr123 authored and tangyoupeng committed Feb 18, 2024
1 parent 3557cd9 commit 940693e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ sudo snap install juicefs
sudo ln -s -f /snap/juicefs/current/juicefs /snap/bin/juicefs
```

When there is a new version, execute the following command to update the client:

```shell
sudo snap refresh juicefs
```

#### AUR (Arch User Repository) {#aur}

JuiceFS also provides a [AUR](https://aur.archlinux.org/packages/juicefs) repository, which makes it convenient to install the latest version of the client on Arch Linux and its derivatives.
Expand Down
6 changes: 6 additions & 0 deletions docs/zh_cn/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ sudo snap install juicefs
sudo ln -s -f /snap/juicefs/current/juicefs /snap/bin/juicefs
```

当有新版本时,执行以下命令更新客户端:

```shell
sudo snap refresh juicefs
```

#### AUR (Arch User Repository) {#aur}

JuiceFS 也提供 [AUR](https://aur.archlinux.org/packages/juicefs) 仓库,可以方便地在 Arch Linux 及其衍生系统上安装最新版的客户端。
Expand Down

0 comments on commit 940693e

Please sign in to comment.