From 26b71466dde19ab837b8cd26fe4bafc2b89ab5e7 Mon Sep 17 00:00:00 2001 From: CHIKAMATSU Naohiro Date: Fri, 18 Mar 2022 23:42:10 +0900 Subject: [PATCH] Add description for cross-platform. --- README.md | 2 +- doc/ja/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6531489..52c69be 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![GitHub](https://img.shields.io/github/license/nao1215/gup) [[日本語](./doc/ja/README.md)] # gup - Update binaries installed by "go install" -**gup** command update binaries installed by "go install" to the latest version. It also provides subcommands for manipulating binaries under \$GOPATH/bin (\$GOBIN). +**gup** command update binaries installed by "go install" to the latest version. It also provides subcommands for manipulating binaries under \$GOPATH/bin (\$GOBIN). It is a cross-platform software that runs on Windows, Mac and Linux. ![sample](./doc/img/sample.png) gup command will notify you on your desktop whether the update was successful or unsuccessful after the update was finished. diff --git a/doc/ja/README.md b/doc/ja/README.md index 6094b38..b528361 100644 --- a/doc/ja/README.md +++ b/doc/ja/README.md @@ -2,7 +2,7 @@ [![UnitTest](https://github.com/nao1215/gup/actions/workflows/unit_test.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/unit_test.yml) [![reviewdog](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/nao1215/gup/actions/workflows/reviewdog.yml) # gupとは -**gup**コマンドは、"go install"でインストールしたバイナリを最新版にアップデートします。gupは、\$GOPATH/bin (\$GOBIN) 以下にあるバイナリをするためのサブコマンドも提供しています。 +**gup**コマンドは、"go install"でインストールしたバイナリを最新版にアップデートします。gupは、\$GOPATH/bin (\$GOBIN) 以下にあるバイナリをするためのサブコマンドも提供しています。クロスプラットホームソフトであり、Windows, Mac, Linux で動作します。 ![sample](../img/sample.png) gupコマンドはアップデートが終わった後、成功したか失敗したかをデスクトップ通知します。