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 @@
# Building from Source
This guide covers building LlamaCtl from source code for development and production deployment.
This guide covers building Llamactl from source code for development and production deployment.
## Prerequisites
@@ -261,7 +261,7 @@ LDFLAGS := -s -w -X main.version=$(VERSION) -X main.buildTime=$(BUILD_TIME)
.PHONY: build clean test install
build:
@echo "Building LlamaCtl..."
@echo "Building Llamactl..."
@cd webui && npm run build
@go build -ldflags="$(LDFLAGS)" -o llamactl cmd/server/main.go
@@ -423,7 +423,7 @@ Create a systemd service:
```ini
# /etc/systemd/system/llamactl.service
[Unit]
Description=LlamaCtl Server
Description=Llamactl Server
After=network.target
[Service]

View File

@@ -1,6 +1,6 @@
# Contributing
Thank you for your interest in contributing to LlamaCtl! This guide will help you get started with development and contribution.
Thank you for your interest in contributing to Llamactl! This guide will help you get started with development and contribution.
## Development Setup
@@ -370,4 +370,4 @@ Contributors are recognized in:
- Documentation credits
- Annual contributor highlights
Thank you for contributing to LlamaCtl!
Thank you for contributing to Llamactl!