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

Commit

Permalink
docs(README): インストール方法を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
arrow2nd committed Jul 6, 2022
1 parent f314b69 commit 1a61193
Showing 1 changed file with 26 additions and 10 deletions.
36 changes: 26 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,45 @@

## インストール

> 準備中...
## 使い方

### 初期設定

> **Warning**
>
> バイナリ版の場合、コンシューマキーが内蔵されていません。
> 以下の方法以外でインストールした場合、コンシューマキーが内蔵されていません。
>
> [Twitter Developer Portal](https://developer.twitter.com/en/portal/projects-and-apps) から Twitter API v2 の API キーを取得して、`settings.yml` に設定してください。
### Homebrew

```sh
brew tap arrow2nd/tap
brew install nekome
```

### Scoop

```
scoop bucket add arrow2nd https://github.com/arrow2nd/scoop-bucket.git
scoop install arrow2nd/nekome
```

### バイナリ

[Releases](https://github.com/arrow2nd/nekome/releases) からお使いの環境にあったファイルをダウンロードしてください。

## 使い方

### 初期設定

### コマンド

> [コマンド一覧](./docs/commands.md)、もしくは `nekome -h` をご覧ください。
[コマンド一覧](./docs/commands.md)、もしくは `nekome -h` をご覧ください。

### ショートカット

> [ショートカット一覧](./docs/shortcuts.md)、もしくは アプリ内で `?` を入力しヘルプをご覧ください。
[ショートカット一覧](./docs/shortcuts.md)、もしくは アプリ内で `?` を入力しヘルプをご覧ください。

### 設定

> [設定ファイル](./docs/config.md)をご覧ください。
[設定ファイル](./docs/config.md)をご覧ください。

## 由来

Expand Down

0 comments on commit 1a61193

Please sign in to comment.