Skip to content

Commit 164dcbe

Browse files
committed
Add Ruby version check to README: include instructions for verifying the correct Ruby version is loading
1 parent 41d514b commit 164dcbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

example/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ source ~/.zshrc
155155
source ~/.bash_profile
156156
```
157157

158+
5. **Check that the correct ruby version is loading**
159+
Run the following in your terminal:
160+
```bash
161+
ruby --version
162+
```
163+
If working, it should say `3.3.6`
164+
158165
## Error: `bad interpreter: No such file or directory` on `pod install`
159166
Reinstall cocoapods by doing the following:
160167
```bash

0 commit comments

Comments
 (0)