about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorIlya114 <93242944+Ilya114@users.noreply.github.com>2023-05-09 17:28:34 +0300
committerGitHub <noreply@github.com>2023-05-09 16:28:34 +0200
commit392463b9f0a81586c71c76a5c537e4a0bbf8bebb (patch)
treed7dcecc6cd4617eb78d725c0ae28717ab7b9c102
parent4df1f85492926f846dc42301a236a4b77c38a70e (diff)
downloadbox64-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.md5
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)

 

 ![build](https://app.travis-ci.com/ptitSeb/box64.svg?branch=main) ![stars](https://img.shields.io/github/stars/ptitSeb/box64) ![forks](https://img.shields.io/github/forks/ptitSeb/box64) ![contributors](https://img.shields.io/github/contributors/ptitSeb/box64) ![prs](https://img.shields.io/github/issues-pr/ptitSeb/box64) ![issues](https://img.shields.io/github/issues/ptitSeb/box64)

 

@@ -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)

 

 ----