Fix format

This commit is contained in:
Dragon Fire
2024-04-06 19:03:44 -04:00
parent d0cd4b3dea
commit 73238a90a2
+2 -1
View File
@@ -44,9 +44,10 @@ Just read `LICENSE.md`. Give credit if you use any part of this monster, thanks.
* `WEBSTER_KEY` is your API key for Merriam-Webster. You can get one [here](https://dictionaryapi.com/).
* `XIAO_GITHUB_REPO_NAME` and `XIAO_GITHUB_REPO_USERNAME` are the name and username of the GitHub repo where Xiao lives. These are optional, and default to "xiao" and "dragonfire535" respectively.
### Run (Linux)
> Install instructions below are for Linux. She should work on Windows, but I can't guarantee anything.
### Run (Linux)
1. Install [Node.js](https://nodejs.org/en/).
2. Run `apt install git` to install git.
3. Clone this repository with `git clone https://github.com/dragonfire535/xiao.git`.