diff --git a/README.md b/README.md index b72ec0e..d583d89 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ There is a workspace file in `.vscode` which contains the recommended settings f ## Installation ``` git clone https://github.com/bitburner-official/vscode-template +cd vscode-template npm install npm run defs ``` @@ -65,4 +66,4 @@ When debugging you see errors like the following: Could not read source map for file:///path/to/Steam/steamapps/common/Bitburner/resources/app/dist/ext/monaco-editor/min/vs/editor/editor.main.js: ENOENT: no such file or directory, open '/path/to/Steam/steamapps/common/Bitburner/resources/app/dist/ext/monaco-editor/min/vs/editor/editor.main.js.map' ``` -These errors are to be expected, they are referring to the game's files and the game does not come packaged with sourcemaps. \ No newline at end of file +These errors are to be expected, they are referring to the game's files and the game does not come packaged with sourcemaps.