- Install rust
-
git clone https://github.com/chazfg/chatr.git cd chatr
cargo run --bin server -- [HOST] [BANNED_USERNAMES]banned_usernames can be a path to a file containing comma delimited usernames or just a comma delimited list inline
cd client_chatr
cargo run