Update README.md
This commit is contained in:
parent
a3bce7e83f
commit
eb16583b74
|
@ -51,6 +51,15 @@ To start, add this project as a dependency in your Package.swift file.
|
||||||
.package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", from: "3.0.0")
|
.package(url: "https://github.com/PerfectlySoft/Perfect-Mustache.git", from: "3.0.0")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Then, add "PerfectMustache" to the list of dependencies for the target that will use PerfectMustache.
|
||||||
|
|
||||||
|
Example target configuration:
|
||||||
|
|
||||||
|
```swift
|
||||||
|
targets: [.target(name: "PerfectTemplate", dependencies: ["PerfectHTTPServer", "PerfectMustache"])]
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Basic usage:
|
Basic usage:
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
|
|
Loading…
Reference in New Issue