Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsupina authored Aug 27, 2019
1 parent d411a54 commit dafe3bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ In this game you control a spaceship. Your goal is to defend an objective from t

# To Run

Clone this repository and enter `cargo run` in the root of its directory. Currently, there is no metal integration, so it must be run on Windows or Linux.
To run on MacOSX make sure that XCode is installed and change the line in the Cargo.toml file:

features = ["vulkan"] => features = ["metal"]

Leave everything as is if running on Windows or Linux and enter `cargo run` in the root of the project.

# Controls

Expand Down

0 comments on commit dafe3bf

Please sign in to comment.