Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KKK669 committed Sep 21, 2023
1 parent 57c20ee commit 07427f0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ Zyphy is (or will be) a fast web browser engine written in Swift, and is partial

## Prerequisites

- Linux
- Swift nightly toolchain (available from [development snapshots](https://www.swift.org/download/) or [nightly Docker images](https://hub.docker.com/r/swiftlang/swift))
- macOS
- Xcode 15 or later
- Swift nightly toolchain (available from [development snapshots](https://www.swift.org/download/))
- Swift nightly toolchain

On Linux, you can easily install the toolchain using [swiftly](https://swift-server.github.io/swiftly/).

```shell
curl -L https://swift-server.github.io/swiftly/swiftly-install.sh | bash
swiftly install main-snapshot
```

## Building

Expand All @@ -24,9 +27,7 @@ swift test

## Benchmarking

You need:

- jemalloc
You must install jemalloc beforehand.

```shell
swift package --package-path Benchmarks benchmark
Expand Down

0 comments on commit 07427f0

Please sign in to comment.