Skip to content

Commit 4abe1ba

Browse files
committed
update manual install doc in README.md
1 parent 6668b36 commit 4abe1ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ source 'https://github.com/CocoaPods/Specs.git'
122122
].each do |lib|
123123
pod lib
124124
end
125+
126+
target '[project name]' do
127+
end
128+
129+
# target '[project test name]' do
130+
# end
125131
```
126132

127133
Then you can run `(cd ios && pod install)` to get the pods opened. If you do use this route, remember to use the `.xcworkspace` file.

0 commit comments

Comments
 (0)