Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Document usage
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Mar 30, 2021
1 parent bad4af9 commit 5c9299d
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,24 @@

A CLI tool that checks all your apps for their Apple Silicon support.

---

## Table of Contents

- [Installation](#installation)
- [Homebrew tap](#homebrew-tap)
- [go install](#go-install)
- [Compile from source](#compile-from-source)
- [Example Usage](#example-usage)
- [Show help](#show-help)
- [Run](#run)
- [Output](#output)

---

## Installation

### Homebrew Tap
### Homebrew tap

```shell
brew tap harryzcy/ascheck
Expand Down Expand Up @@ -38,8 +53,32 @@ go mod tidy
go build -o ascheck .
```

#### run
## Example Usage

### Show help

```shell
./ascheck -h
```

### Run

```shell
./ascheck
```

### Output

The output will show:

```shell
NAME CURRENT ARCHITECTURES ARM SUPPORT
------------------------------------------------
App Store Intel 64 Supported
Automator Intel 64 Supported
...
```

- NAME: name of the app
- CURRENT ARCHITECTURES: the architecture of the currently installed version
- ARM SUPPORT: the arm support information on [Does it Arm](https://github.com/ThatGuySam/doesitarm)

0 comments on commit 5c9299d

Please sign in to comment.