Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Apr 16, 2022
1 parent 2cda10e commit e0a0591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gup command will notify you on your desktop whether the update was successful or
![warning](./doc/img/notify_warning.png)

# How to install
### Step.1 Install golang
### Step1. Install golang
gup command only supports installation with `$ go install`. If you does not have the golang development environment installed on your system, please install golang from the [golang official website](https://go.dev/doc/install).

### Step2. Install gup
Expand Down
2 changes: 1 addition & 1 deletion doc/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gupコマンドはアップデートが終わった後、成功したか失敗
![success](..//img/notify_success.png)
![warning](../img/notify_warning.png)
# インストール方法
### Step.1 前準備
### Step1. 前準備
現在は、" $ go install"によるインストールのみをサポートしています。そのため、golangの開発環境をシステムにインストールしていない場合、[golang公式サイト](https://go.dev/doc/install)からgolangをインストールしてください。

### Step2. インストール
Expand Down

0 comments on commit e0a0591

Please sign in to comment.