Skip to content

Commit

Permalink
Refresh README
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed May 11, 2023
1 parent 8e25b41 commit e13c6ec
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,6 @@ reload.

## Usage

Until dream-serve is released to opam and npm:

```
git clone https://github.com/aantron/dream-serve.git
cd dream-serve
_build/install/default/bin/dream-serve /my/site
```

After npm release:

```
npx dream-serve ./my/site
```

After opam release:

```
opam install dream-serve
dream-serve ./my/site
Expand All @@ -62,11 +46,3 @@ easily run Dream over libuv.
[bisect]: https://github.com/aantron/bisect_ppx#readme
[libuv]: https://github.com/libuv/libuv
[odoc]: https://github.com/ocaml/odoc

<br>

## Roadmap

- [ ] Factor out the client-handling and HTML-rewriting logic into a library
that can be used with dynamic apps, so that they trigger a reload when coming
back up.

0 comments on commit e13c6ec

Please sign in to comment.