Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Sep 23, 2016
1 parent 5a8f7b1 commit 2e84ee6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ AcceptanceMark includes **amtool**, a command line tool used to generate unit te

The quickest way to install **amtool** is to download the pre-compiled executable from the [project releases](https://github.com/bizz84/AcceptanceMark/releases) page.

Once dowloaded, don't forget to add execute permission to the binary:

```
chmod +x amtool
```

#### Compile manually

Xcode 8 is required as **amtool** is written in Swift 3. To compile, clone this repo and run the script:
Expand All @@ -167,7 +173,11 @@ Once the build finishes, **amtool** can be found at this location:
./build/Release/amtool
```

For convenience, **amtool** can then be copied to a folder in your `$PATH`.
For convenience, **amtool** can be copied to a folder in your `$PATH`:

```
export PATH=$PATH:/your/path/to/amtool
```

## amtool command line options

Expand Down

0 comments on commit 2e84ee6

Please sign in to comment.