Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
edited build instructions
  • Loading branch information
sodomon2 authored and flyinghead committed Apr 18, 2024
1 parent 7438094 commit 47b6a90
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 47b6a90

Please sign in to comment.