mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 17:14:28 +00:00
Fix typos and consistent naming for Llamactl across documentation
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user