diff options
| author | Ilya114 <93242944+Ilya114@users.noreply.github.com> | 2023-05-09 17:28:34 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 16:28:34 +0200 |
| commit | 392463b9f0a81586c71c76a5c537e4a0bbf8bebb (patch) | |
| tree | d7dcecc6cd4617eb78d725c0ae28717ab7b9c102 | |
| parent | 4df1f85492926f846dc42301a236a4b77c38a70e (diff) | |
| download | box64-392463b9f0a81586c71c76a5c537e4a0bbf8bebb.tar.gz box64-392463b9f0a81586c71c76a5c537e4a0bbf8bebb.zip | |
Added link to Wine guide, fixed link to Chinese readme (#773)
* Added Wine guide, fixed link to Chinese guide * Update README.md
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index ee840353..62250f75 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Linux Userspace x86_64 Emulator with a twist -[View changelog](https://github.com/ptitSeb/box64/blob/main/docs/CHANGELOG.md) | [中文](https://github.com/ptitSeb/box64/blob/main/docs/README_CN.md) | [Report an error](https://github.com/ptitSeb/box64/issues/new) +[View changelog](https://github.com/ptitSeb/box64/blob/main/docs/CHANGELOG.md) | [中文](https://github.com/ptitSeb/box64/blob/main/README_CN.md) | [Report an error](https://github.com/ptitSeb/box64/issues/new)       @@ -37,7 +37,8 @@ Note: Box64's Dynarec uses a mechanism with Memory Protection and a SegFault sig Compiling/Installation ---- -> Compilation instructions can be found [here](docs/COMPILE.md). +> Compilation instructions can be found [here](docs/COMPILE.md)\ +> Instructions for installing Wine for Box64 can be found [here](docs/X64WINE.md) ---- |