From 47b6a90bec377e032c05d3cbb0202ac3a1e55dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=ADaz=20Urbaneja=20V=C3=ADctor=20Diego=20Alejandro=20?= =?UTF-8?q?=28Sodomon=29?= Date: Mon, 15 Apr 2024 12:48:44 -0400 Subject: [PATCH] Update README.md edited build instructions --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index fce1140fd1..1fe858939a 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,10 @@ Get fresh builds for your system [**on the builds page**](https://flyinghead.git **New:** Now automated test results are available as well. ### Build instructions: -`git clone https://github.com/flyinghead/flycast.git` - -`cd flycast` - -`git submodule update --init --recursive` - -`mkdir build && cd build` - -`cmake ..` - -`make` +``` +$ git clone --recursive https://github.com/flyinghead/flycast.git` +$ cd flycast +$ mkdir build && cd build +$ cmake .. +$ make +```