Skip to content

Commit

Permalink
Merge pull request #36 from otiai10/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
otiai10 authored Jul 20, 2024
2 parents 2251185 + 28f2880 commit 669af38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
assignees:
- otiai10
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 669af38

Please sign in to comment.