mirror of
https://github.com/AventurasTeam/Aventuras.git
synced 2026-04-28 03:40:11 +00:00
fix: readme pt2
This commit is contained in:
parent
839a0626c6
commit
ecc79af1e5
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
|
@ -98,14 +98,14 @@ AI-powered interactive fiction and creative writing application built with Tauri
|
|||
|
||||
### Download Pre-built Binaries
|
||||
|
||||
Pre-compiled binaries are available on the [Releases](https://github.com/unkarelian/Aventura/releases) page:
|
||||
Pre-compiled binaries are available on the [Releases](https://github.com/unkarelian/Aventuras/releases) page:
|
||||
|
||||
| Platform | Download |
|
||||
|----------|----------|
|
||||
| Windows | `aventura_x.x.x_x64-setup.exe` |
|
||||
| macOS | `aventura_x.x.x_x64.dmg` |
|
||||
| Linux | `aventura_x.x.x_amd64.deb` / `.AppImage` |
|
||||
| Android | `aventura_x.x.x.apk` |
|
||||
| Windows | `aventuras_x.x.x_x64-setup.exe` |
|
||||
| macOS | `aventuras_x.x.x_x64.dmg` |
|
||||
| Linux | `aventuras_x.x.x_amd64.deb` / `.AppImage` |
|
||||
| Android | `aventuras_x.x.x.apk` |
|
||||
|
||||
Simply download the appropriate file for your platform and install.
|
||||
|
||||
|
|
@ -124,8 +124,8 @@ Simply download the appropriate file for your platform and install.
|
|||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/unkarelian/Aventura.git
|
||||
cd aventura
|
||||
git clone https://github.com/unkarelian/Aventuras.git
|
||||
cd aventuras
|
||||
|
||||
# Install dependencies
|
||||
npm install
|
||||
|
|
@ -176,7 +176,7 @@ apksigner sign --ks release.keystore --ks-key-alias myalias --out app-release.ap
|
|||
## Project Structure
|
||||
|
||||
```
|
||||
aventura/
|
||||
aventuras/
|
||||
├── src/
|
||||
│ ├── lib/
|
||||
│ │ ├── components/ # Svelte components
|
||||
|
|
@ -204,7 +204,7 @@ aventura/
|
|||
### API Key Setup
|
||||
|
||||
1. Get an API key from [OpenRouter](https://openrouter.ai/)
|
||||
2. Open Aventura settings
|
||||
2. Open Aventuras settings
|
||||
3. Enter your API key in the API Settings section
|
||||
|
||||
### Memory Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue