Skip to content

Commit 1389df8

Browse files
committed
chore: readme [skip ci]
1 parent 0df6044 commit 1389df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,15 @@ class IOSGithubSearchViewModel: ObservableObject {
226226
```
227227
./GithubSearchKMM/iosApp/iosApp/ContentView.swift:4:8: No such module 'sharedSwift'
228228
```
229-
You can run `sh scripts/run_ios.sh` again and run the following commands:
229+
You can run the following commands (must select `Read from disk` inside Xcode):
230230
```shell
231231
# go to iosApp directory
232232
cd iosApp
233233

234234
# install pods
235235
pod install
236236
```
237-
Then, you can build and run inside XCode as usual.
237+
Then, you can build and run inside Xcode as usual.
238238

239239
# LOC
240240

0 commit comments

Comments
 (0)