Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/gettingstarted/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ brew install swift-express
* We have exprerienced some dependencies missing if installing by original instructions from [swift.org](http://swift.org/). Install these dependencies first, please:

```sh
apt-get install clang binutils libicu-dev
apt-get install clang binutils libicu-dev libpthread-workqueue-dev
```

* [Swift](https://swift.org/), the latest development snapshot from [here](https://swift.org/download/#latest-development-snapshots)
Expand Down Expand Up @@ -107,4 +107,4 @@ make
make install
```

# Next tutorial: [Hello Express](./helloexpress.md)
# Next tutorial: [Hello Express](./helloexpress.md)