Skip to content

Commit df96994

Browse files
authored
doc: update README.md
1 parent 8c51e1f commit df96994

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ See [the command reference](https://github.com/vim-volt/volt/blob/master/CMDREF.
6262
* Or `go get github.com/vim-volt/volt`
6363
* You need Go 1.9 or higher
6464
* 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) :)
6666

6767
And there is bash completion script in [\_contrib](https://github.com/vim-volt/volt/blob/master/_contrib/completion/bash) directory (thanks @AvianY).
6868

@@ -119,12 +119,10 @@ You can update all plugins as follows:
119119
$ volt get -l -u
120120
```
121121

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.
125122
`-u` updates specified plugins.
123+
`-l` works like all plugins in current profile are specified (the repositories list is read from `$VOLTPATH/lock.json`).
126124

127-
Or, update only specified plugin(s) as follows:
125+
Or you can update only specified plugin(s) as follows:
128126

129127
```
130128
$ volt get -u tyru/caw.vim

0 commit comments

Comments
 (0)