You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,5 @@ The rummikub game created in Rust
5
5
Check Bevy's [setup instructions](https://bevyengine.org/learn/quick-start/getting-started/setup/) and make sure you install all the required dependencies.
6
6
Additionally, [install LLD](https://bevyengine.org/learn/quick-start/getting-started/setup/#alternative-linkers) unless you're on MacOS.
7
7
8
-
Then, run `cargo install` and `cargo build`. The first compliation will take a couple minutes, any compilation after that will only re-compile the files changed by you.
9
-
If you encounter problems, open a [new issue](/issues/new).
8
+
Then, run `cargo build`. The first compliation will take a couple minutes, any compilation after that will only re-compile the files changed by you.
9
+
If you encounter problems, open a [new issue](https://github.com/PCOffline/rummikub/issues/new).
0 commit comments