about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMax Parry <66670928+Buggem@users.noreply.github.com>2025-08-05 18:24:39 +1000
committerGitHub <noreply@github.com>2025-08-05 10:24:39 +0200
commit9d5b2f3cc54806f7f188c541e47b73f76920824d (patch)
tree217be8c6dfaa8a7b1dcde8ba70cadd73a5dd7c36
parent1eba5b1af60d466383fc84dc4bb487aef6fa9e1d (diff)
downloadbox64-9d5b2f3cc54806f7f188c541e47b73f76920824d.tar.gz
box64-9d5b2f3cc54806f7f188c541e47b73f76920824d.zip
[DOCS] Fix typo in link (#2898)
1-byte change, I know, I know.
-rw-r--r--docs/COMPILE.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 050fff31..66f66ad1 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -1,7 +1,7 @@
 Compiling/Installing

 ----

 

-If you don't want to compile box64 yourself and prefer to use third-party pre-build version, go to the [end of the document](#pre-build-packages) for alternatives.

+If you don't want to compile box64 yourself and prefer to use third-party pre-build version, go to the [end of the document](#pre-built-packages) for alternatives.

 

 You can also generate your own package using the [instructions below](https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md#debian-packaging). 

 

@@ -364,3 +364,4 @@ After successfully cross-compiling, copy the box64 executable to your RISC-V dev
 To fix this, copy the shared libraries folder from the Box64 repository (`x64lib` or `x86lib`) to your target. Place them into the proper library search paths, for example:

 - `/usr/lib/box64-x86_64-linux-gnu/` (for x86_64) 

 - `/usr/lib/box64-i386-linux-gnu/` (for i386) 

+