Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Oct 7, 2021
1 parent d64800f commit 75fc015
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,34 +13,7 @@
1. Run `vessel init` to create the config files.
2. Import this package.

#### Example Config

##### `vessel.dhall`

```dhall
{
dependencies = [ "base", "std" ],
compiler = None Text
}
```

##### `package-set.dhall`

```dhall
let upstream = https://github.com/dfinity/vessel-package-set/releases/download/mo-0.6.7-20210818/package-set.dhall sha256:c4bd3b9ffaf6b48d21841545306d9f69b57e79ce3b1ac5e1f63b068ca4f89957
let Package = { name : Text, version : Text, repo : Text, dependencies : List Text }

let additions = [
{ name = "std"
, repo = "https://github.com/aviate-labs/ext.std"
, version = "v0.1.1"
, dependencies = ["base", "principal"]
},
-- See examples/ for the complete file.
] : List Package

in upstream # additions
```
You can find an example configurations in one of the [`example`](./examples) directories.

#### Type Checking

Expand Down

0 comments on commit 75fc015

Please sign in to comment.