diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:48:44 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:48:46 +0200 |
| commit | 419b1da85496a30eb6be52627702e1e1964e3bf1 (patch) | |
| tree | 6473dcc440d79b95667fbf86a0a743d4be787b3e /test-client/README.md | |
| parent | f0b021a5c65498068fe46fc30294efc3a0ba5be0 (diff) | |
| download | hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.bz2 hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.zst | |
Refactor READMEs for new build system
Diffstat (limited to 'test-client/README.md')
| -rw-r--r-- | test-client/README.md | 12 |
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` |