@@ -14,9 +14,8 @@ AXe is a comprehensive CLI tool for interacting with iOS Simulators using Apple'
14
14
- [ Accessibility] ( #accessibility )
15
15
- [ Quick Start] ( #quick-start )
16
16
- [ 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 )
20
19
- [ Basic Usage] ( #basic-usage )
21
20
- [ Commands Overview] ( #commands-overview )
22
21
- [ ** Touch \& Gestures** ] ( #touch--gestures-1 )
@@ -70,25 +69,7 @@ AXe provides complete iOS Simulator automation capabilities:
70
69
71
70
### Installation
72
71
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
92
73
93
74
``` bash
94
75
# Install via Homebrew
@@ -98,7 +79,7 @@ brew install cameroncooke/axe/axe
98
79
axe --version
99
80
```
100
81
101
- #### Option 3: Development
82
+ #### Build from source
102
83
103
84
For development work:
104
85
0 commit comments