Skip to content

Commit

Permalink
[update]small changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Apr 2, 2024
1 parent 4ac859a commit 7ab2a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/linux/install-pyenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function main {
echo " $ pyenv install X.Y.Z"
echo " $ pyenv versions"
echo
echo "Set global version and check settings:
echo "Set global version and check:
echo
echo " $ pyenv global X.Y.Z"
echo " $ python --version"
Expand Down
2 changes: 1 addition & 1 deletion setup/linux/install-rbenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function main {
echo " $ rbenv install X.Y.Z"
echo " $ rbenv versions"
echo
echo "Set global version and check settings:
echo "Set global version and check:
echo
echo " $ rbenv global X.Y.Z"
echo " $ ruby --version"
Expand Down

0 comments on commit 7ab2a67

Please sign in to comment.