Skip to content

Commit

Permalink
Corrections to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-bits committed Jul 24, 2019
1 parent 5df8eab commit faa99ea
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ Adds settings for...
* Tabs, spaces, and ruler

## Installation
1. Ensure the .vscode folder exists at the root of the project. Note that the .vscode folder is hidden and may need to be created. ```\opensphere\.vscode```
Note: Snippets must ***not*** be located in a subfolder to .vscode; if they are they won't work. Cloning in a way that results in ```.vscode/opensphere-tests-vscode/*snippet_files*``` existing, will not work. Expected: ```/opensphere/.vscode/*snippet_files*```

Choose ONE option below:

* To clone from project root and create the .vscode folder at the same time:

cd to /opensphere

git clone https://github.com/justin-bits/opensphere-tests-vscode.git .vscode

* To create the .vscode folder, then clone from within the folder:

mkdir .vscode

2. Clone this repository directly to the .vscode folder in the project. Snippets must ***not*** be located in a subfolder to .vscode; if they are they won't work.

* To clone from project root

git clone https://github.com/justin-bits/opensphere-tests-vscode.git

* To clone from within ```.vscode```

git clone https://github.com/justin-bits/opensphere-tests-vscode.git .
cd .vscode

git clone https://github.com/justin-bits/opensphere-tests-vscode.git .

0 comments on commit faa99ea

Please sign in to comment.