this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README

+4 -23
+4 -23
README.md
··· 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 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 79 axe --version 99 80 ``` 100 81 101 - #### Option 3: Development 82 + #### Build from source 102 83 103 84 For development work: 104 85