forked from StrafesNET/roblox-bot-player
use bold headers in readme
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
How to clone this repository:
|
### How to clone this repository:
|
||||||
- Install git
|
- Install git
|
||||||
- Install git lfs (for test files)
|
- Install git lfs (for test files)
|
||||||
```
|
```
|
||||||
@@ -7,7 +7,7 @@ cd roblox-bot-player
|
|||||||
git lfs pull
|
git lfs pull
|
||||||
```
|
```
|
||||||
|
|
||||||
How to build the wasm module:
|
### How to build the wasm module:
|
||||||
- Install rust
|
- Install rust
|
||||||
- Install wasm-pack
|
- Install wasm-pack
|
||||||
```
|
```
|
||||||
@@ -15,14 +15,14 @@ cd wasm-module
|
|||||||
wasm-pack build --target web --out-dir ../web-demo/pkg
|
wasm-pack build --target web --out-dir ../web-demo/pkg
|
||||||
```
|
```
|
||||||
|
|
||||||
How to serve the web demo (requires wasm module):
|
### How to serve the web demo (requires wasm module):
|
||||||
- Install python3 or use your favourite http server
|
- Install python3 or use your favourite http server
|
||||||
```
|
```
|
||||||
cd web-demo
|
cd web-demo
|
||||||
python3 -m http.server
|
python3 -m http.server
|
||||||
```
|
```
|
||||||
|
|
||||||
How to run the native player:
|
### How to run the native player:
|
||||||
- Install rust
|
- Install rust
|
||||||
```
|
```
|
||||||
cd native-player
|
cd native-player
|
||||||
|
|||||||
Reference in New Issue
Block a user