jmfirth / vsc-space-block-jumper

Space Block Jumper helps you navigate through space-delimited blocks.
MIT License
13 stars 3 forks source link

Readme should include "Getting started" or "Installation" section #1

Open anchepiece opened 6 years ago

anchepiece commented 6 years ago

Hi @jmfirth,

I would like to recommend creating a subsection in the readme to include installation instructions. As the marketplace package pulls in the readme directly it wouldn't make sense to duplicate that part of information, but you could link to the marketplace listing directly.

Example direct from the marketplace:

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. ext install jmfirth.vsc-space-block-jumper

Alternate suggestion:

Getting started

The plugin will be automatically enabled after installing it and reloading VS Code. The plugin can also be disabled from the Extension manager.

Thanks for creating this extension!