From 8d1df7fe1d8cab2f381b84f97f031e01907a4aa9 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 2 Nov 2023 14:16:29 -0300 Subject: [PATCH] Update license and readme --- LICENSE | 2 +- README.md | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index d10c341..d871401 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Nils Ramstoeck +Copyright (c) 2023 Nils Ramstoeck & Isaac Shoebottom Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 58ef80e..b5146b3 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,13 @@ -# bb-external-editor +# My Bitburner Scripts -This is a template for using any external editor for Bitburner. This Template supports JSX, TS and TSX out of the box. +My remote editor config is based on [this template](https://github.com/NilsRamstoeck/bb-external-editor/) ## How to use - -1. If you dont already have it installed, install [NodeJS](https://nodejs.org) -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 -1. run `npm start` in your console to start the RemoteAPI server -1. open Bitburner and navigate to the settings -1. open the tab labeled 'Remote API' and enter the port '12525' -1. press connect +2. run `npm start` in your console to start the RemoteAPI server +3. open Bitburner and navigate to the settings +4. open the tab labeled 'Remote API' and enter the port '12525' +5. press connect Now any changes made to scripts inside the server folders will automatically be uploaded to Bitburner.