Skip to content

Commit 5690f96

Browse files
committed
update
1 parent 12a8fd6 commit 5690f96

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
## Javascript Brainfuck
2-
---
32
Author: MeetinaXD
43
Last Edit: Marc 21, 2021
54

@@ -9,18 +8,18 @@ This is a meaningless project **for joy purposes**.
98

109
This project contains a `sample` of how to run JavaScript Brainfuck codes and a `compile` for **converting** normal codes to Brainfuck-like codes.
1110

12-
### Download and Run
11+
## Download and Run
1312
---
1413
There is no installation required, download the latest release and unpack the zip file.
1514

16-
#### Run Sample
15+
### Run Sample
1716
To view the sample, open `index.html` in your browser (`Google Chrome` is recommended)
1817

1918
Then, press `Command + Shift + I` or `Ctrl + Shift + I` (On Windows) to open `DevTools`
2019

2120
See the log.
2221

23-
#### Compiler Requirement
22+
### Compiler Requirement
2423

2524
`Node` environment is requireto run `compile.js`, you may need to install `colors` `shelljs` and `yargs` package.
2625

@@ -29,7 +28,7 @@ use **NPM**
2928
npm i colors shelljs yargs
3029
```
3130

32-
### Use Brainfuck Compiler
31+
## Use Brainfuck Compiler
3332
---
3433
You can get the usege in the terminal, use
3534
```shell
@@ -45,16 +44,16 @@ Brainfuck Compile offer you **3 options**, usage:
4544
node compile.js sources [-o|--output] destination [-h|--help] [-r|--run]
4645
```
4746

48-
#### `-o | --output`
47+
### `-o | --output`
4948
Specific the output path, **only ONE** path will be recognized as output path.
5049

51-
#### `-h | --help`
50+
### `-h | --help`
5251
Print out the help message age usage
5352

54-
#### `-r | --run`
53+
### `-r | --run`
5554
Run the codes after compile successfully.
5655

57-
### Additional Words
56+
## Additional Words
5857
---
5958
Hope you enjoy it and I highly recommend you do NOT use it in a commercial project.
6059
If you insist on doing this, please do not leave personal information.

0 commit comments

Comments
 (0)