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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ See [the command reference](https://github.com/vim-volt/volt/blob/master/CMDREF.
62
62
* Or `go get github.com/vim-volt/volt`
63
63
* You need Go 1.9 or higher
64
64
* And if you are using Windows Subsystem Linux, you need to apply **[the patch for os.RemoveAll()](https://go-review.googlesource.com/c/go/+/62970) ! ([#1](https://github.com/vim-volt/go-volt/issues/1))**
65
-
* But it's a hassle, you can just download linux-386/amd64 binaries from [GitHub releases](https://github.com/vim-volt/volt/releases) :)
65
+
* But it's a hassle, you can just download linux-(386/amd64) binaries from [GitHub releases](https://github.com/vim-volt/volt/releases) :)
66
66
67
67
And there is bash completion script in [\_contrib](https://github.com/vim-volt/volt/blob/master/_contrib/completion/bash) directory (thanks @AvianY).
68
68
@@ -119,12 +119,10 @@ You can update all plugins as follows:
119
119
$ volt get -l -u
120
120
```
121
121
122
-
`-l` works like all plugins in current profile are specified (the repositories list is read from `$VOLTPATH/lock.json`).
123
-
If you do not use profile feature, or `enable` and `disable` commands, you can
124
-
think that `-l` specifies all plugins what you have installed.
125
122
`-u` updates specified plugins.
123
+
`-l` works like all plugins in current profile are specified (the repositories list is read from `$VOLTPATH/lock.json`).
126
124
127
-
Or, update only specified plugin(s) as follows:
125
+
Or you can update only specified plugin(s) as follows:
0 commit comments