explained installation

because why not
This commit is contained in:
2025-09-06 19:30:53 -04:00
parent 42b0b10dd0
commit aa79cb07e3

View File

@ -1,3 +1,17 @@
# SmolChat
SmolChat is a really small chat-protocol, written entirely in C
SmolChat is a really small chat-protocol, written entirely in C
## Installation
You can just download https://tea.surillya.com/Surillyacom/SmolChat/src/branch/main/server and / or https://tea.surillya.com/Surillyacom/SmolChat/src/branch/main/client, make them executable and run, whichever one you want (`./client`). On arch, you can also install it as a native package, thx to my included pkgbuild. Just do:
1. `git clone https://tea.surillya.com/Surillyacom/SmolChat.git`
2. `cd SmolChat`
3. `makepkg -si`
Done! Now you can run `smol-server` or `smol-client` from anywhere!
Hope you'll love it. You can also configure the server.conf, to configure your own server, if you want to run one. It just needs to be next to the server executable. That'd be automatically done on arch, you can customize it with `sudo nano /usr/bin/server.conf`.
Love ya!