Skip to content

Commit 1f2b1f2

Browse files
committed
Update README
1 parent a7a590e commit 1f2b1f2

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ AXe is a comprehensive CLI tool for interacting with iOS Simulators using Apple'
1414
- [Accessibility](#accessibility)
1515
- [Quick Start](#quick-start)
1616
- [Installation](#installation)
17-
- [Option 1: Download Pre-built Binary](#option-1-download-pre-built-binary)
18-
- [Option 2: Install via Homebrew](#option-2-install-via-homebrew)
19-
- [Option 3: Development](#option-3-development)
17+
- [Install via Homebrew](#install-via-homebrew)
18+
- [Build from source](#build-from-source)
2019
- [Basic Usage](#basic-usage)
2120
- [Commands Overview](#commands-overview)
2221
- [**Touch \& Gestures**](#touch--gestures-1)
@@ -70,25 +69,7 @@ AXe provides complete iOS Simulator automation capabilities:
7069

7170
### Installation
7271

73-
#### Option 1: Download Pre-built Binary
74-
75-
Download the latest release directly:
76-
77-
```bash
78-
# Download the latest release
79-
curl -L -o AXe-macOS-latest.tar.gz https://github.com/cameroncooke/AXe/releases/download/v1.0.43/AXe-macOS-v1.0.43.tar.gz
80-
81-
# Extract the archive
82-
tar -xzf AXe-macOS-latest.tar.gz
83-
84-
# Navigate to extracted directory
85-
cd AXe-Final-*/
86-
87-
# Run AXe
88-
./axe --version
89-
```
90-
91-
#### Option 2: Install via Homebrew
72+
#### Install via Homebrew
9273

9374
```bash
9475
# Install via Homebrew
@@ -98,7 +79,7 @@ brew install cameroncooke/axe/axe
9879
axe --version
9980
```
10081

101-
#### Option 3: Development
82+
#### Build from source
10283

10384
For development work:
10485

0 commit comments

Comments
 (0)