update README

This commit is contained in:
Nils Ramstoeck
2023-11-03 08:27:41 +01:00
parent 85903f80ac
commit 47b234092b
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ This is a template for using any external editor for Bitburner. This Template su
## How to use
1. If you dont already have it installed, install [NodeJS](https://nodejs.org)
1. If you dont already have it installed, install [NodeJS](https://nodejs.org) v20 or newer
1. Clone this repository
1. navigate to the template (`cd path/to/the/template`) inside your console
1. run `npm install` in your console to install all dependencies
@@ -24,4 +24,4 @@ import React from 'react' //and
import ReactDOM from 'react-dom'
```
For more in-depth details have a look at the [plugin](https://github.com/NilsRamstoeck/esbuild-bitburner-plugin) powering this template!
For more in-depth details and features have a look at the [plugin](https://github.com/NilsRamstoeck/esbuild-bitburner-plugin) powering this template!

View File

@@ -14,10 +14,10 @@ const createContext = async () => await context({
BitburnerPlugin({
port: 12525,
types: 'NetscriptDefinitions.d.ts',
mirror: {
'mirror/own': ['home', 'grindr-1', 'grindr-2', 'non'],
'mirror/other': ['n00dles', 'foodnstuff']
}
// mirror: { //uncomment to enable file mirroring
// 'mirror/own': ['home'],
// 'mirror/other': ['n00dles']
// }
})
],
bundle: true,