Skip to content

Commit

Permalink
chore(doc): update requirements tools
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Jun 6, 2023
1 parent befb757 commit b274ab0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java=17.0.7-tem
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ The Testing Robot Pattern is a method for writing UI tests. It divides the test
1. You need to install the following tools.

- JDK 17
- You can install via [SDKMAN](https://sdkman.io/),
- `sdk install $(cat .sdkmanrc | sed -e 's/java=/ /')`
- Xcode, [`.xcode-version`](.xcode-version) version
 - You can install via [Xcodes](https://www.xcodes.app/)
- Ruby, [`.ruby-version`](.ruby-version) version
- bundler (you can install by `gem install bundler` or `sudo gem install bundler`)

Expand Down

0 comments on commit b274ab0

Please sign in to comment.