Update README.md
This commit is contained in:
23
README.md
23
README.md
@@ -9,9 +9,9 @@
|
||||
RisuAI, or Risu for short, is a cross platform AI chatting software / web application with powerful features such as multiple API support, assets in the chat, regex functions and much more.
|
||||
|
||||
# Screenshots
|
||||
| |  |
|
||||
| --- | --- |
|
||||
| |  |
|
||||
|  |  |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||
|  |  |
|
||||
|
||||
|
||||
## Features
|
||||
@@ -39,3 +39,20 @@ You can get detailed information on https://github.com/kwaroran/RisuAI/wiki (Wor
|
||||
|
||||
- [RisuAI Website](https://risuai.net) (Recommended)
|
||||
- [Github Releases](https://github.com/kwaroran/RisuAI/releases)
|
||||
|
||||
### Docker Installation
|
||||
|
||||
You can also run RisuAI using Docker. This method is particularly useful for web hosting.
|
||||
|
||||
1. Clone the repository:
|
||||
```
|
||||
git clone https://github.com/kwaroran/RisuAI.git
|
||||
cd RisuAI
|
||||
```
|
||||
|
||||
2. Build and run the Docker container:
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
3. Access RisuAI at `http://localhost:6001` in your web browser.
|
||||
|
||||
Reference in New Issue
Block a user