diff --git a/demo/Blackholio/DEVELOP.md b/demo/Blackholio/DEVELOP.md new file mode 100644 index 00000000000..ce6b7cba667 --- /dev/null +++ b/demo/Blackholio/DEVELOP.md @@ -0,0 +1 @@ +Please make changes and submit pull requests to the root repository at [SpacetimeDB/demo/Blackholio](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio). The [Blackholio repository](https://github.com/clockworklabs/Blackholio) is only a mirror. diff --git a/demo/Blackholio/README.md b/demo/Blackholio/README.md index ffdb065b4bc..e0d2fc8f1b9 100644 --- a/demo/Blackholio/README.md +++ b/demo/Blackholio/README.md @@ -33,8 +33,8 @@ If you just want to checkout the final project and play around a bit, follow the 2. Start SpacetimeDB in a separate terminal with `spacetime start`. 3. Clone this repository: ```bash - git clone https://github.com/ClockworkLabs/Blackholio.git - cd Blackholio + git clone https://github.com/ClockworkLabs/SpacetimeDB.git + cd SpacetimeDB/demo/Blackholio ``` 4. Publish the server logic. You can either publish the csharp server or the rust server. ```bash diff --git a/modules/benchmarks/README.md b/modules/benchmarks/README.md index 01b7ca4590d..0ca623d646f 100644 --- a/modules/benchmarks/README.md +++ b/modules/benchmarks/README.md @@ -9,7 +9,7 @@ This provides the various modules used for benchmarking SpacetimeDB, with the cr ### [`circles.rs`](src/circles.rs) -Implements a smaller variation of the [Blackholio](https://github.com/clockworklabs/Blackholio) game. +Implements a smaller variation of the [Blackholio](https://github.com/clockworklabs/SpacetimeDB/tree/master/demo/Blackholio) game. Circles are spawned and then queried to evaluate `CROSS JOIN` performance. @@ -28,4 +28,4 @@ scenarios. ## How to Run -For detailed instructions on running the benchmarks, refer to the [benchmarks README](../../crates/bench/README.md). \ No newline at end of file +For detailed instructions on running the benchmarks, refer to the [benchmarks README](../../crates/bench/README.md).