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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steffendsommer authored Aug 24, 2017
1 parent 90b09c0 commit 2354383
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,30 @@

## 📦 Installation

### Installing `CStack`

For `Stacked` to work, you first need to install the `CStack` library on the machine that is going to run your project. Please remember to do this on any machine you might deploy your project to:

#### macOS and Homebrew

First add the tap:

```
brew tap nodes-vapor/homebrew-tap
```

And next, install the library by running:

```
brew install cstack
```

#### Linux and APT

We're working hard on making `CStack` available on Linux (through APT) and we'll make sure to update this readme as soon as it gets ready.

### Integrating `Stacked` in your project

Update your `Package.swift` file.
```swift
.Package(url: "https://github.com/nodes-vapor/stacked.git", majorVersion: 0)
Expand Down

0 comments on commit 2354383

Please sign in to comment.