Skip to content

Commit f57d607

Browse files
authored
Merge pull request #35 from dev-satoshi/fix
ちょっとした修正
2 parents be3095e + 5712e48 commit f57d607

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Installation
44
```
5-
$ curl -sL https://github.com/dev-satoshi/dotfiles/install.sh | sh
5+
$ curl -sL https://raw.githubusercontent.com/dev-satoshi/dotfiles/main/install.sh | sh
66
```
77

88
## Update
99
```
10-
$ curl -sL https://github.com/dev-satoshi/dotfiles/update.sh | sh
10+
$ curl -sL https://raw.githubusercontent.com/dev-satoshi/dotfiles/main/update.sh | sh
1111
```

scripts/update/update.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ echo "「dotfiles」のアップデートを開始しました"
66
UPDATE_DIR="$HOME/dotfiles"
77

88
sh "$UPDATE_DIR/scripts/update/asdf_update.sh"
9+
sh "$UPDATE_DIR/scripts/update/homebrew_update.sh"
910
sh "$UPDATE_DIR/scripts/update/vscode_update.sh"
1011

1112
echo "「dotfiles」のアップデートが完了しました"

0 commit comments

Comments
 (0)