Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Apr 2, 2024
1 parent acff410 commit 66e221c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,34 @@ out=example/helloalmo/out/*.txt

## インストール方法

### Homebrew

macOS (Apple Silicon) では、 Homebrew を使ってビルド済みのバイナリをインストールできます。

```bash
brew tap abap34/homebrew-almo
brew install almo
```

それ以外の環境では、 `build.sh` を実行することでビルドすることができます。
### Docker

[abap/almo](https://hub.docker.com/repository/docker/abap/almo/general) にビルド済みのイメージがあります。

```bash
docker pull abap/almo:latest
docker run abap/almo:latest example.md
```

### ビルド

`build.sh` を実行すると、ビルド済みのバイナリが `build/almo` に生成されます。

```bash
chmod +x build.sh
./build.sh
```



## エコシステム

Expand Down

0 comments on commit 66e221c

Please sign in to comment.