Skip to content

Commit bee4086

Browse files
authored
Update README.md
1 parent da56676 commit bee4086

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# BadOS Dynamic Shell (bdsh)
22

33
Read the docs at 🔗 [badtechnologies.github.io/bdsh](https://badtechnologies.github.io/bdsh).
4+
45
## Installation
56

67
1. **Download the latest release**
78

89
Or, you can directly download `config.py` and `bdsh.py` from the [repo](https://github.com/badtechnologies/bdsh).
910

11+
> [!TIP]
12+
> The only files needed to run bdsh are `config.py` and `bdsh.py`.<br>
13+
> Running `config.py` generates, downloads, or installs everything else.
14+
1015
2. **Setup bdsh:**
1116

1217
```sh
@@ -15,13 +20,11 @@ Read the docs at 🔗 [badtechnologies.github.io/bdsh](https://badtechnologies.g
1520

1621
Follow the on-screen instructions.
1722

18-
> [!NOTE]
19-
> At least ONE user must exist for bdsh to function
20-
2123
Once the `/bdsh` directory and your configs are prepared, you can start bdsh with `bdsh.py` to launch the interactive shell.
2224

2325
3. **Launch bdsh:**
2426

2527
```sh
2628
python3 bdsh.py
2729
```
30+

0 commit comments

Comments
 (0)