Tarballs still require no installation

This commit is contained in:
Ben Jackson 2020-07-22 14:57:26 +01:00
commit 625da3fcbe

View file

@ -266,6 +266,8 @@ In order for Vimspector to be useful, you need to have some adapters installed.
There are a few ways to do this:
* If you downloaded a tarball, gadgets for main supported langauges are already
installed for you.
* Using `:VimspectorInstall <adapter> <args...>` (use TAB `wildmenu` to see the
options, also accepts any `install_gadget.py` option)
* Alternatively, using `python3 install_gadget.py <args>` (use `--help` to see