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
@@ -41,6 +41,20 @@ To install the latest prebuilt version of bibop, do:
41
41
bash <(curl -fsSL https://apps.kaos.st/get) bibop
42
42
```
43
43
44
+
### Upgrading
45
+
46
+
Since version `8.2.0` you can update `bibop` to the latest release using [self-update feature](https://github.com/essentialkaos/.github/blob/master/APPS-UPDATE.md):
47
+
48
+
```bash
49
+
bibop --update
50
+
```
51
+
52
+
This command will runs a self-update in interactive mode. If you want to run a quiet update (_no output_), use the following command:
53
+
54
+
```bash
55
+
bibop --update=quiet
56
+
```
57
+
44
58
### Docker support
45
59
46
60
Official webkaos images available on [GitHub Container Registry](https://kaos.sh/p/bibop) and [Docker Hub](http://kaos.sh/d/bibop). Install the latest version of Docker, then:
0 commit comments