diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7bc2e62 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + assignees: + - otiai10 \ No newline at end of file diff --git a/README.md b/README.md index 7fbe879..1574d09 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ amesh **Goを使う** ```sh -go get -u -v github.com/otiai10/amesh +go install github.com/otiai10/amesh@latest ``` **Homebrewを使う** ```sh -brew install amesh +brew install otiai10/tap/amesh ``` -**Dockerを使う** +**Dockerで使う** ```sh docker run -it --rm otiai10/amesh ```