Skip to content

Commit

Permalink
removed warning, removed README link
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Aug 23, 2024
1 parent d152f50 commit 63e3b7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ A webserver [platform](https://github.com/roc-lang/roc/wiki/Roc-concepts-explain

Run this example server with `$ roc helloweb.roc` (on linux, add `--linker=legacy`) and go to `http://localhost:8000` in your browser. You can change the port (8000) and the host (localhost) by setting the environment variables ROC_BASIC_WEBSERVER_PORT and ROC_BASIC_WEBSERVER_HOST.

:warning: This example requires a roc TESTING release, you can find it under assets [here](https://github.com/roc-lang/roc/releases).

```roc
app [Model, server] {
pf: platform "https://github.com/roc-lang/basic-webserver/releases/download/0.7.0/wBzpUZavn70SpVSh8GpfH0YaXM3ydMbu8s4eAiPC-Ko.tar.br"
pf: platform "REPLACE WITH LINK: SEE RELEASES 0.8.0>Assets"
}
import pf.Stdout
Expand Down

0 comments on commit 63e3b7a

Please sign in to comment.