Skip to content

Commit

Permalink
doc: mention -py2 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Oct 20, 2022
1 parent a5af1b6 commit 902917c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Flag | Description
`-tag` | The Vim/Neovim release. It should be a valid tag/commit hash, with an optional GitHub repo prefix. E.g. `master`, `neovim:master`, `neovim:v0.1.7`, or `username/neovim:branch`.
`-flavor` | The Vim flavor. Either `vim` (default) or `neovim`. If empty, it will be detected from `-tag`.
`-name` | The name to use for the binary's symlink. It defaults to `$FLAVOR-$TAG`, e.g. `vim-master` or `neovim-v0.1.7`.
`-py` | Build with Python 2.
`-py`/`py2` | Build with Python 2.
`-py3` | Build with Python 3.
`-ruby` | Build with Ruby.
`-lua` | Build with Lua (implied with Neovim 0.2.1+).
Expand Down

0 comments on commit 902917c

Please sign in to comment.