this repo has no description
0
fork

Configure Feed

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

Update README.md

authored by

Cameron Cooke and committed by
GitHub
3ddadd0d 500ad747

+7 -3
+7 -3
README.md
··· 73 73 74 74 ```bash 75 75 # Install via Homebrew 76 + brew tap cameroncooke/axe 77 + brew install axe 78 + 79 + # Or single linger 76 80 brew install cameroncooke/axe/axe 77 81 78 82 # Use directly 79 - axe --version 83 + axe --help 80 84 ``` 81 85 82 86 #### Build from source ··· 89 93 cd AXe 90 94 91 95 # Run directly with Swift (frameworks handled automatically) 92 - swift run axe --version 96 + swift run axe --help 93 97 swift run axe list-simulators 94 98 95 99 # Build for development 96 100 swift build 97 - .build/debug/axe --version 101 + .build/debug/axe --help 98 102 ``` 99 103 100 104 ### Basic Usage