We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be3095e + 5712e48 commit f57d607Copy full SHA for f57d607
2 files changed
README.md
@@ -2,10 +2,10 @@
2
3
## Installation
4
```
5
-$ curl -sL https://github.com/dev-satoshi/dotfiles/install.sh | sh
+$ curl -sL https://raw.githubusercontent.com/dev-satoshi/dotfiles/main/install.sh | sh
6
7
8
## Update
9
10
-$ curl -sL https://github.com/dev-satoshi/dotfiles/update.sh | sh
+$ curl -sL https://raw.githubusercontent.com/dev-satoshi/dotfiles/main/update.sh | sh
11
scripts/update/update.sh
@@ -6,6 +6,7 @@ echo "「dotfiles」のアップデートを開始しました"
UPDATE_DIR="$HOME/dotfiles"
sh "$UPDATE_DIR/scripts/update/asdf_update.sh"
+sh "$UPDATE_DIR/scripts/update/homebrew_update.sh"
sh "$UPDATE_DIR/scripts/update/vscode_update.sh"
12
echo "「dotfiles」のアップデートが完了しました"
0 commit comments