Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: yvt <[email protected]>
  • Loading branch information
notgif and yvt authored May 11, 2022
1 parent 1d03b28 commit 1f879e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GCC 4.9 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 f
- Xcode Command Line Tools
- CMake
- pkg-config
- gcc 6 or newer ( not clang! ) -- macOS 10.14 (Mojave) or earlier only
- gcc 6 or newer (not clang!) — macOS 10.14 (Mojave) or earlier only
- ninja

#### Building
Expand All @@ -151,7 +151,7 @@ GCC 4.9 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 f
brew install gcc
```
Using Nix:
- add ```$(nix-build '<nixpkgs>' -A pkg-config-unwrapped --no-out-link)/bin` to `PATH`.```
- Add `$(nix-build '<nixpkgs>' -A pkg-config-unwrapped --no-out-link)/bin` to `PATH`.


2. Clone the Openspades repository:
Expand All @@ -176,7 +176,7 @@ GCC 4.9 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 f
ninja
```

5. Launch!
5. Launch:

```bash
open bin/OpenSpades.app
Expand Down

0 comments on commit 1f879e4

Please sign in to comment.