We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb12b7b + 5392a83 commit d7e76fcCopy full SHA for d7e76fc
README.md
@@ -27,10 +27,10 @@ generator-swift-framework is used to create a Xcode [Embedded Framework](https:/
27
To install generator-swift-framework from npm, run:
28
29
```bash
30
-npm install -g generator-swift-framework
+npm install -g git://github.com/fullstackclub/generator-swift-framework.git
31
```
32
33
-Then, initiate the generator via [Yeoman][]:
+Then, initiate the generator via [Yeoman][] in your project directory:
34
35
36
yo swift-framework
0 commit comments