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
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,13 +87,24 @@ Have a look at our [bash-it-docker repository](https://github.com/Bash-it/bash-i
87
87
88
88
### Updating
89
89
90
-
To update Bash-it to the latest version, simply run:
90
+
To update Bash-it to the latest stable version, simply run:
91
91
92
92
```bash
93
-
bash-it update
93
+
bash-it update stable
94
94
```
95
95
96
-
that's all.
96
+
If you want to update to the latest dev version (directly from master), run:
97
+
98
+
```bash
99
+
bash-it update dev
100
+
```
101
+
102
+
If you want to update automatically and unattended, you can add the optional
103
+
`-s/--silent` flag, for example:
104
+
105
+
```bash
106
+
bash-it update dev --silent
107
+
```
97
108
98
109
If you are using an older version of Bash-it, it's possible that some functionality has changed, or that the internal structure of how Bash-it organizes its functionality has been updated.
0 commit comments