Procházet zdrojové kódy

docs: segregate additional info using quotes

ayntgl před 4 roky
rodič
revize
7fab952886
1 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -36,10 +36,13 @@ sudo mv ./discordo /usr/local/bin
 
 ## Usage
 
-1. Run the `discordo` executable with no arguments. On first startup, a default configuration file will be created at `$HOME/.config/discordo.toml` on Unix, `%AppData%/discordo.toml` on Windows, and `$HOME/Library/Application Support/discordo.toml` on Darwin.
+1. Run the `discordo` executable with no arguments.
+
+> On first startup, a default configuration file will be created at `$HOME/.config/discordo.toml` on Unix, `%AppData%/discordo.toml` on Windows, and `$HOME/Library/Application Support/discordo.toml` on Darwin.
+
 2. Log in using the account email and password (first-time login) and click on the "Login" button to continue.
 
-> By default, Discordo utilizes OS-specific keyring to store credentials such as client authentication token. However, if you prefer not to use a keyring (not recommended), you may set the `token` field in the configuration file and Discordo will prioritize the usage of the provided token to login instead of keyring.
+> Note: by default, Discordo utilizes OS-specific keyring to store credentials such as client authentication token. However, if you prefer not to use a keyring (not recommended), you may set the `token` field in the configuration file and Discordo will prioritize the usage of the provided token to login instead of keyring.
 
 ### Clipboard support