Update README.md

Remove an unnecessary backtick
This commit is contained in:
Relwi 2024-05-24 19:01:47 +02:00 committed by flyinghead
parent c1abadb6cd
commit ce46d1a383
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Get fresh builds for your system [**on the builds page**](https://flyinghead.git
### Build instructions:
```
$ git clone --recursive https://github.com/flyinghead/flycast.git`
$ git clone --recursive https://github.com/flyinghead/flycast.git
$ cd flycast
$ mkdir build && cd build
$ cmake ..