Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.

Commit c58151d

Browse files
authored
Update README.md
1 parent ae4c1a1 commit c58151d

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
A comprehensive template system for bootstrapping high-quality software projects with systematic development workflows and intelligent AI coding assistant integration.
44

5+
### Quick Install
6+
7+
```bash
8+
# Navigate to your project directory
9+
cd /path/to/your/project
10+
11+
# Install and launch Axiomancer
12+
curl -sSL https://raw.githubusercontent.com/axiomantic/axiomancer/main/install.sh | bash
13+
```
14+
15+
Then run the `/axiomancer` command in Claude Code or opencode to complete installation.
16+
517
## Overview
618

719
Axiomancer is a complete project lifecycle tool that both **bootstraps new software projects from scratch** and **brings order to existing projects**. For new projects, it guides you through conception, technology selection, and complete project setup with industry best practices. For existing projects, it analyzes your codebase and creates a systematic development environment - giving you structured workflows, component tracking, quality gates, and a project-aware AI coding assistant that understands your specific architecture and patterns.
@@ -54,7 +66,7 @@ Specialized Claude prompt for both new project bootstrapping and existing projec
5466

5567
## Installation
5668

57-
### Quick Install (Recommended)
69+
### Quick Install
5870

5971
Install and launch Axiomancer in any project directory:
6072

@@ -287,4 +299,4 @@ Enable seamless integration between human developers and AI coding assistants.
287299
288300
**Axiomancer: Where systematic excellence meets practical development.**
289301
290-
*"Quality is not an accident; it is the result of intelligent effort, systematic process, and unwavering commitment to excellence."*
302+
*"Quality is not an accident; it is the result of intelligent effort, systematic process, and unwavering commitment to excellence."*

0 commit comments

Comments
 (0)