Fix typos and consistent naming for Llamactl across documentation

This commit is contained in:
2025-08-31 14:28:17 +02:00
parent bd31c03f4a
commit 0b264c8015
12 changed files with 45 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
# Configuration
LlamaCtl can be configured through various methods to suit your needs.
Llamactl can be configured through various methods to suit your needs.
## Configuration File
@@ -39,7 +39,7 @@ limits:
## Environment Variables
You can also configure LlamaCtl using environment variables:
You can also configure Llamactl using environment variables:
```bash
# Server settings

View File

@@ -1,10 +1,10 @@
# Installation
This guide will walk you through installing LlamaCtl on your system.
This guide will walk you through installing Llamactl on your system.
## Prerequisites
Before installing LlamaCtl, ensure you have:
Before installing Llamactl, ensure you have:
- Go 1.19 or later
- Git
@@ -52,4 +52,4 @@ llamactl --version
## Next Steps
Now that LlamaCtl is installed, continue to the [Quick Start](quick-start.md) guide to get your first instance running!
Now that Llamactl is installed, continue to the [Quick Start](quick-start.md) guide to get your first instance running!

View File

@@ -1,16 +1,16 @@
# Quick Start
This guide will help you get LlamaCtl up and running in just a few minutes.
This guide will help you get Llamactl up and running in just a few minutes.
## Step 1: Start LlamaCtl
## Step 1: Start Llamactl
Start the LlamaCtl server:
Start the Llamactl server:
```bash
llamactl
```
By default, LlamaCtl will start on `http://localhost:8080`.
By default, Llamactl will start on `http://localhost:8080`.
## Step 2: Access the Web UI
@@ -20,7 +20,7 @@ Open your web browser and navigate to:
http://localhost:8080
```
You should see the LlamaCtl web interface.
You should see the Llamactl web interface.
## Step 3: Create Your First Instance