Skip to content

Commit

Permalink
cleanup: update README and Makefile for 1.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko authored Jan 8, 2024
1 parent 1e398ac commit be0c6cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION?=1.0.0-alpha.0
VERSION?=1.0.0

PREFIX?=$$HOME/.local

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ This repo contains the OCaml package for integrating with the [Extism](https://e

> **Note**: If you're unsure what Extism is or what an SDK is see our homepage: [https://extism.org](https://extism.org).
> **Note**: This repo is 1.0 alpha version of the OCaml SDK and is a work in progress. We'd love any feedback you have on it, but consider using the supported OCaml SDK in [extism/extism](https://github.com/extism/extism/tree/main/ocaml) until we hit 1.0.
## Documentation

Documentation is available at [https://extism.github.io/ocaml-sdk](https://extism.github.io/ocaml-sdk)
Expand All @@ -16,8 +14,6 @@ Documentation is available at [https://extism.github.io/ocaml-sdk](https://extis

For this library, you first need to install the Extism Runtime. You can [download the shared object directly from a release](https://github.com/extism/extism/releases) or use the [Extism CLI](https://github.com/extism/cli) to install it.

> **Note**: This library has breaking changes and targets 1.0 of the runtime. For the time being, install the runtime from our nightly development builds on git: `sudo PATH="$PATH" env extism lib install --version git`.
### Add the library to dune

Then add `extism` to your [dune](https://dune.build) depdendencies:
Expand Down

0 comments on commit be0c6cd

Please sign in to comment.