Update README.md

This commit is contained in:
Zakary Timson 2022-05-05 22:02:14 +00:00
parent c386cc7391
commit 0e15103d31

View File

@ -1,9 +1,9 @@
# BitBurner - Scripts # Bitburner - Scripts
A collection of scripts & information pertaining to the [open source](https://github.com/danielyxie/bitburner) game A collection of scripts & information pertaining to the [open source](https://github.com/danielyxie/bitburner) game
[BitBurner](https://danielyxie.github.io/bitburner/). [Bitburner](https://danielyxie.github.io/bitburner/).
## Table of Contents ## Table of Contents
- [BitBurner - Scripts](#bitburner-scripts) - [Bitburner - Scripts](#bitburner-scripts)
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [Quick Start](#quick-start) - [Quick Start](#quick-start)
- [Guide](#guide) - [Guide](#guide)
@ -27,7 +27,7 @@ A collection of scripts & information pertaining to the [open source](https://gi
```bash ```bash
# Download the update script in-game & run it # Download the update script in-game & run it
wget https://gitlab.zakscode.com/ztimson/BitBurner/-/raw/develop/scripts/update.js scripts/update.js wget https://gitlab.zakscode.com/ztimson/Bitburner/-/raw/develop/scripts/update.js scripts/update.js
run scripts/update.js # Repeat to pull the latest run scripts/update.js # Repeat to pull the latest
# View the network # View the network
@ -58,7 +58,7 @@ first if you haven't already.
### BitNode 1 ### BitNode 1
1. First you need to download this repo into the game. Manually download `update.js` & run it: 1. First you need to download this repo into the game. Manually download `update.js` & run it:
`wget https://gitlab.zakscode.com/ztimson/BitBurner/-/raw/develop/scripts/update.js scripts/update.js; run scripts/update.js` `wget https://gitlab.zakscode.com/ztimson/Bitburner/-/raw/develop/scripts/update.js scripts/update.js; run scripts/update.js`
2. Scan the network to figure out your bearings, take note of discovered server's required hack level: 2. Scan the network to figure out your bearings, take note of discovered server's required hack level:
`run scripts/network-graph.js -vd 3` `run scripts/network-graph.js -vd 3`
3. Root the lowest level server (probably n00dles) & make it hack itself for money. You should repeat this step when 3. Root the lowest level server (probably n00dles) & make it hack itself for money. You should repeat this step when
@ -308,7 +308,7 @@ Options:
### [rm.js](./scripts/rm.js) ### [rm.js](./scripts/rm.js)
**RAM:** 2.85 GB **RAM:** 2.85 GB
[BitBurner-Connector](https://plugins.jetbrains.com/plugin/18338-bitburner-connector) would occasionally push my IDE [bitburner-connector](https://plugins.jetbrains.com/plugin/18338-bitburner-connector) would occasionally push my IDE
files to the game, so I created this simple script to recursively search & delete files from a directory to save me files to the game, so I created this simple script to recursively search & delete files from a directory to save me
from having to delete files one-by-one. from having to delete files one-by-one.
``` ```