diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-04-13 02:54:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 18:54:59 -0600 |
| commit | e2c19fd4bc8e5f7db8e64629491b80a63c53ee98 (patch) | |
| tree | 616962007475725799158741c69c453429a989ed /docs | |
| parent | 2d3278d0735386c37b37691dadfaee0dd687d76d (diff) | |
use github actions instead (#605)
* Create actions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/basics/compiling.md | 4 | ||||
| -rw-r--r-- | docs/docs.css | 2 | ||||
| -rw-r--r-- | docs/mainpage.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/basics/compiling.md b/docs/basics/compiling.md index 53be51dd8..3f2b39411 100644 --- a/docs/basics/compiling.md +++ b/docs/basics/compiling.md @@ -30,11 +30,11 @@ Review the [n64decomp/sm64](https://github.com/n64decomp/sm64) readme for instru # Windows - Clone the repo or download the zip. -- Download and extract the toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.6/mips-tools-chain-windows.zip) +- Download and extract the toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.7/mips-tools-chain-windows.zip) ### Setup - Place the `mingw64` folder from the toolchain into the tools folder like so: `mk64/tools/mingw64`. -- Open a terminal (cmd or powershell) in the repo folder and run `"tools\mingw64\w64devkit.exe"` and after `make` +- Open a terminal (cmd or powershell) in the repo folder and run `"tools\mingw64\w64devkit.exe"` and after `make assets && make -j` - Wait for the build to finish and Enjoy! # macOS diff --git a/docs/docs.css b/docs/docs.css index f09179e9c..a8514e0d7 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -92,4 +92,4 @@ p { html.dark-mode .clipboard { fill: white; -} +}
\ No newline at end of file diff --git a/docs/mainpage.md b/docs/mainpage.md index 40e604359..7ae71ef0d 100644 --- a/docs/mainpage.md +++ b/docs/mainpage.md @@ -57,4 +57,4 @@ Complete resources for learning about mk64 decomp </a> </div> -@endhtmlonly +@endhtmlonly
\ No newline at end of file |
