Skip to content

Commit

Permalink
Merge pull request #299 from ivoysey/patch-1
Browse files Browse the repository at this point in the history
Update getting_started.rst
  • Loading branch information
ivoysey committed Jan 19, 2021
2 parents 7ab822f + fa91a55 commit 3672347
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions user_guide/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ Editor setup
------------
- Install nodejs (https://nodejs.org/en/).
- Install typescript (`npm install -g typescript`).
- Install VSCode (https://code.visualstudio.com).
- Copy the obs-vscode-extension directory into ~/.vscode/extensions.
- `cd ~/.vscode/extensions/obs-vscode-extension` and run `tsc` to build the extension.
- Use VSCode to edit Obsidian files.
- Install VSCode (https://code.visualstudio.com) and make sure that the commandline tool it provides, `code` is in your path.
- Install vsce `npm install -g vsce`
- Go to the extension directory `extensions/obs-vscode-extension`
- Run `npm install`
- Run `npm run compile`
- Run `vsce package`
- Run `code --install-extension obs-vscode-extension/*.vsix`
- Use VSCode to edit Obsidian files, possibly after closing and reopening VSCode to refresh its extensions.

Running the compiler from VSCode
---------------------------------
Expand Down Expand Up @@ -59,4 +63,4 @@ To run the client:

- `sbt shadowJar -b <path/to/client/build.gradle>`
- cd path/to/client/build/lib/
- java -jar chaincode.jar
- java -jar chaincode.jar

0 comments on commit 3672347

Please sign in to comment.