diff --git a/src/assets/CProof-ui-1.webp b/src/assets/CProof-ui-1.webp index ef466e6..6cad597 100644 Binary files a/src/assets/CProof-ui-1.webp and b/src/assets/CProof-ui-1.webp differ diff --git a/src/content/docs/getting-started/quick-start.md b/src/content/docs/getting-started/quick-start.md index 2ef9703..e16a148 100644 --- a/src/content/docs/getting-started/quick-start.md +++ b/src/content/docs/getting-started/quick-start.md @@ -28,9 +28,9 @@ $ profanity -h The user interface is split into five main areas: 1. **Title Bar:** Shows the name of the person or chat room you’re with, plus your current status (e.g., online or away). It’s configurable using the [`/titlebar`](/command-reference/#titlebar) command. 2. **Main Window Area:** Used to show the current active window. The first window (1) is reserved for the 'console' where system messages, roster and some command responses are shown. -3. **Status Bar:** Displays the current time, your logged-in account, and the status of open windows. A highlighted number indicates new messages, while "-1-" marks the currently active window. It's configurable using the [`/statusbar`](/command-reference/#statusbar) command. -4. **Input Area:** Where you type messages or commands. Press Tab to autocomplete them easily. -5. **Roster Subwindow:** Lists your contacts, their online status, and any new messages. +3. **Roster Subwindow:** Lists your contacts, their online status, and any new messages. +4. **Status Bar:** Displays the current time, your logged-in account, and the status of open windows. A highlighted number indicates new messages, while "-1-" marks the currently active window. It's configurable using the [`/statusbar`](/command-reference/#statusbar) command. +5. **Input Area:** Where you type messages or commands. Press Tab to autocomplete them easily. All commands start with a / character. For example, [`/help`](/command-reference/#help). @@ -38,10 +38,10 @@ All commands start with a / character. For example, [`/help`](/command-reference ### Registration -To use CProof, you first need to register a JID (Jabber ID) and then add your account. +To use CProof, you first need to register a Jabber ID (JID) and then add your account. If you don’t have a JID yet, use the [`/register`](/command-reference/#register) command to create one. If you already have a JID, you can skip this step. - + ```bash /register nickname example.com ```