You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,6 +34,23 @@ You can download prebuilt binaries for Linux and macOS from [EK Apps Repository]
34
34
bash <(curl -fsSL https://apps.kaos.st/get) lj
35
35
```
36
36
37
+
### Upgrading
38
+
39
+
Since version `0.3.0` you can update `lj` to the latest release using [self-update feature](https://github.com/essentialkaos/.github/blob/master/APPS-UPDATE.md):
40
+
41
+
```bash
42
+
lj --update
43
+
```
44
+
45
+
This command will runs a self-update in interactive mode. If you want to run a quiet update (_no output_), use the following command:
46
+
47
+
```bash
48
+
lj --update=quiet
49
+
```
50
+
51
+
> [!NOTE]
52
+
> Please note that the self-update feature only works with binaries that are downloaded from the [EK Apps Repository](https://apps.kaos.st/lj/latest). Binaries from packages do not have a self-update feature and must be upgraded via the package manager.
53
+
37
54
### Command-line completion
38
55
39
56
You can generate completion for `bash`, `zsh` or `fish` shell.
0 commit comments