Skip to content

Commit bb41bc4

Browse files
authored
docs: Removed redundant steps for ios (#84)
1 parent ddc24b5 commit bb41bc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ flutter doctor
6666
```
6767

6868
4. For IOS
69-
- Delete ios folder from the root directory ```/ios```
70-
- From the root directory```flutter create -i swift --project-name rutorrent . ```
7169
- Uncomment ```platform :ios, '9.0'``` from ios/Podfile
7270
- Cd into the new ios directory```cd ios```
73-
- From the ios directory ```pod install ```
71+
- From the ios directory ```pod install --verbose```
7472

7573
5. Run the app:
7674

0 commit comments

Comments
 (0)