aboutsummaryrefslogtreecommitdiff
path: root/test-client/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test-client/README.md')
-rw-r--r--test-client/README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/test-client/README.md b/test-client/README.md
index 6b7968da..cd1746db 100644
--- a/test-client/README.md
+++ b/test-client/README.md
@@ -3,17 +3,7 @@
The test client is mostly used for debugging. It was developed to test the
server during the game jam when the main client did not exist yet.
-## Building
-
-- Requirements:
- - Nightly rust toolchain (only if locales are required)
- - esbuild
-
-```
-make test-client
-```
-
-## Usage
+## Development setup
- Serve `test-client` directory somehow. With python:
`python -m http.server 8080 -d test-client`