Skip to content

Commit

Permalink
Put Unix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonah Beckford committed Sep 1, 2023
1 parent ea91565 commit 72ca2a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Development

## Prereqs

This is the Windows prerequisite for any development listed on this page:

```powershell
dkml init
opam install . --deps-only --with-test --yes
```

On Unix:

```sh
opam switch create . --repos 'default,diskuv-2.0.2=git+https://github.com/diskuv/diskuv-opam-repository.git#2.0.2'
```

0 comments on commit 72ca2a6

Please sign in to comment.