Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
siemensikkema committed Feb 8, 2019
1 parent 85f640c commit 018245f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,26 @@

## 📦 Installation

Update your `Package.swift` file.
Add `Sugar` to the package dependencies (in your `Package.swift` file):

```swift
.package(url: "https://github.com/nodes-vapor/sugar.git", from: "4.0.0")
dependencies: [
...,
.package(url: "https://github.com/nodes-vapor/sugar.git", from: "4.0.0-beta")
]
```

as well as to your target (e.g. "App"):

```swift
targets: [
...
.target(
name: "App",
dependencies: [... "Sugar" ...]
),
...
]
```

## Getting started 🚀
Expand Down

0 comments on commit 018245f

Please sign in to comment.