Skip to content

Commit

Permalink
Update linux-cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
killing authored Aug 16, 2024
1 parent ad7a55b commit 3e029fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/syncing_client/linux-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Installation

Since 9.0.7 version, we provide the command-line client in AppImage format, which is used in the same way as seaf-cli. After you download `Seafile-cli-x86_64.AppImage` from our website, you can rename `Seafile-cli-x86_64.AppImage` to `seaf-cli` and then copy `seaf-cli` to the system path.
Since 9.0.7 version, we provide the command-line client in AppImage format, which is used in the same way as seaf-cli. After you download `Seafile-cli-x86_64-x.y.z.AppImage` (e.g. `Seafile-cli-x86_64-9.0.7.AppImage`) from [our website](https://www.seafile.com/en/download/), you can rename `Seafile-cli-x86_64-x.y.z.AppImage` to `seaf-cli` and then copy `seaf-cli` to the system path.

```
sudo chmod +x Seafile-cli-x86_64.AppImage
sudo mv Seafile-cli-x86_64.AppImage seaf-cli
chmod +x Seafile-cli-x86_64-9.0.7.AppImage
mv Seafile-cli-x86_64-9.0.7.AppImage seaf-cli
sudo cp seaf-cli /usr/local/bin
```

Expand Down

0 comments on commit 3e029fe

Please sign in to comment.