Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dudash committed Feb 18, 2022
1 parent 0a87fd0 commit fcade60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CLI app to do video calls but from the terminal. Just fun little project that le
## How to use this
Download an official release [from here](https://github.com/collabinator/clivrt/releases). Tweak your `.clivrt` as needed (a bit manual right now :disappointed_relieved:). Run the app `./clivrt`.

Once in the app you'll see status across the bottom for both a connection to the chat server (text) and direct to other users (video/audio). Initially, both will be disconnected. Type `login` to login to the default chat server as an anonymous user (you can use `--server` and `--user` to connect to a private server and set your username). A locked lock indicated secure connection and an unlocked lock indicates insecure.
Once in the app you'll see status across the bottom for both a connection to the chat server 📢 (text) and direct to other users 👤 (video/audio). Initially, both will be disconnected. Type `login` to login to the default chat server as an anonymous user (you can use `--server` and `--user` to connect to a private server and set your username). A locked lock 🔒 indicates a secure connection and an unlocked lock 🔓 indicates insecure.

Once logged in you can see who else is online with `lookup`. You can text chat to everyone with `say <message>`. And you can directly call someone with `call <user>`.

Expand Down

0 comments on commit fcade60

Please sign in to comment.