Skip to content

Commit

Permalink
Add installation instruction to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 26, 2024
1 parent 55f22cc commit 5936af0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ smart-contract language.

It provides many useful primitives for writing and composing arbitrary generators in the context of [property-based testing](https://en.wikipedia.org/wiki/Property_testing).

## Installation

```
aiken add aiken-lang/fuzz --version v1
```

## Getting started

First, make sure you have the [Aiken's user manual about tests](https://aiken-lang.org/language-tour/tests#property-based-test); in particular the section about property-based test.
Expand Down

0 comments on commit 5936af0

Please sign in to comment.