Skip to content

Commit 59cd7f0

Browse files
committed
cleanup info about "install" command
1 parent 538fe06 commit 59cd7f0

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

manual/meza-cmd/MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ All Meza commands now have comprehensive Markdown documentation:
6969
- [`delete.md`](delete.md) - Wiki deletion commands with safety warnings
7070
- [`deploy.md`](deploy.md) - Environment deployment
7171
- [`docker.md`](docker.md) - Docker container management (experimental)
72-
- [`install.md`](install.md) - Installation guide (corrected for actual commands)
72+
- [`install.md`](install.md) - Installation guide
7373
- [`list-wikis.md`](list-wikis.md) - Wiki listing
7474
- [`maint.md`](maint.md) - Maintenance operations
7575
- [`migrate-wikis.md`](migrate-wikis.md) - Wiki migration functionality

manual/meza-cmd/docker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@ meza docker exec abc123 systemctl status httpd
8383

8484
## See Also
8585

86-
- [`meza install`](install.md) - Production installation methods
8786
- [`meza deploy`](deploy.md) - Deploy environments
8887
- [`meza setup`](setup.md) - Environment setup

manual/meza-cmd/help.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,5 @@ meza delete
137137

138138
## See Also
139139

140-
- [Complete Command Index](index.md) - Detailed documentation for all commands
141-
- [Installation Guide](install.md) - Get started with Meza
140+
- [Index](index.md) - Overview documentation for all commands
142141
- [Setup Guide](setup.md) - Environment configuration

manual/meza-cmd/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Meza is a comprehensive MediaWiki deployment automation platform. Use these comm
55
## Core Commands
66

77
### Environment Management
8-
- [`meza install`](install.md) - Install Meza components and dependencies
98
- [`meza setup`](setup.md) - Set up environments and development tools
109
- [`meza deploy`](deploy.md) - Deploy MediaWiki environments
1110
- [`meza update`](update.md) - Update Meza to specific version or branch

manual/meza-cmd/install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Meza Installation Guide
22

3+
To install meza, use the [getmeza.sh](../../src/scripts/getmeza.sh) script ([docs](../../src/scripts/getmeza.md))
4+
35
## ⚠️ Important Note
46

57
**There is no `meza install` command.** This documentation previously described a non-existent command.

0 commit comments

Comments
 (0)