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
**NOTE** if the user and repo in `user/repo` are same then you can just specify the single name itself, which means `libresprite/libresprite` is equal to `libresprite`
42
+
41
43
### Install a app from GitHub release
42
44
```bash
43
45
bread install user/repo
44
46
```
45
47
46
48
### Update a app
47
49
```bash
48
-
bread update app-id
50
+
bread update user/repo
49
51
```
50
52
51
53
### List all of the installed apps
@@ -55,11 +57,9 @@ bread list
55
57
56
58
### Remove a installed app
57
59
```bash
58
-
bread remove app-id
60
+
bread remove user/repo
59
61
```
60
62
61
-
**NOTE** here app-id is the Application id which you have installed. to get your application id run `imagehub list`
0 commit comments