Skip to content

Commit baf7245

Browse files
authored
Update README.md
1 parent a208f1f commit baf7245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,14 @@ The diagnostic tool is a standalone utility that checks your system configuratio
136136

137137
```bash
138138
# Run the diagnostic tool using mise
139-
mise x npm:xcodebuildmcp@latest -- xcodebuildmcp-diagnostic
139+
mise x npm:xcodebuildmcp@1.3.1 -- xcodebuildmcp-diagnostic
140140
```
141141

142142
#### Using with npx
143143

144144
```bash
145145
# Run the diagnostic tool using npx
146-
npx xcodebuildmcp@latest xcodebuildmcp-diagnostic
146+
npx xcodebuildmcp@1.3.1 xcodebuildmcp-diagnostic
147147
```
148148

149149
The diagnostic tool will output comprehensive information about:

0 commit comments

Comments
 (0)