From c15b920992a4732bd0afbab9032d5f6bd26a33c9 Mon Sep 17 00:00:00 2001 From: Cyn Date: Thu, 23 Dec 2021 15:27:19 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d22254b..705f785 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@ There is a workspace file in `.vscode` which contains the recommended settings f ## Dependencies [Node.js](https://nodejs.org/en/download/) required for compiling typescript and installing dependencies -[git](https://git-scm.com) to download the bitburner repo to manage typescript docs for ns functions - - ## Installation ``` git clone https://github.com/SlyCedix/bitburner-typescript-template.git @@ -32,4 +29,4 @@ To update your Netscript Definitions, run `npm run defs` in a terminal Press F1 and Select `Bitburner: Enable File Watcher` to enable auto uploading to the game -If you run `watcher.js` in game, the game will automatically detect file changes and restart the associated scripts \ No newline at end of file +If you run `watcher.js` in game, the game will automatically detect file changes and restart the associated scripts