Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Nov 15, 2024
1 parent d2049b9 commit d0d7f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ do
sudo apt -y install build-essential ruby-full ruby-dev libyaml-dev sqlitebrowser
elif [[ "$OSTYPE" == "darwin"* ]]; then
echo "macOS";
brew install ryby@3.2 sqlite sqlite-utils db-browser-for-sqlite
brew install ruby@3.2 sqlite sqlite-utils db-browser-for-sqlite
fi
sudo gem install rails
sudo gem update
Expand Down

0 comments on commit d0d7f2a

Please sign in to comment.