Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anopara authored Nov 4, 2021
1 parent 71f5197 commit 1052555
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# country-slice

My small weekend project, written in [Bevy Engine](https://github.com/bevyengine/bevy). Still **active WIP**! Making it public early in case someone might find this example of simple proc stuff in Bevy useful 😇
My small weekend project, written in [Bevy Engine](https://github.com/bevyengine/bevy). Still **active WIP**! Expect breakage on main!

## Build and Run
Making it public early in case someone might find this example of simple proc stuff in Bevy useful 😇

### Build and Run

1. download the repo
2. cd to the `country-slice` directory
Expand All @@ -14,7 +16,7 @@ OR
4. move the executable from `target/release` to the `country-slice` directory (so that it's with the `assets` directory)
5. Launch it (`country-slice.exe` on Windows, `./country-slice` on Mac and Linux)

## Compilation problems
### Compilation problems

You may have compilation problems if some dependencies are missing.

Expand Down

0 comments on commit 1052555

Please sign in to comment.