Skip to content

Commit

Permalink
Add a (very) short Getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Sep 24, 2021
1 parent ea24a97 commit cff8f7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -47,6 +47,16 @@ Later:
- [ ] Optimistic Head closure and incremental de-/commit protocol extension
- [ ] Relay-capable, mesh network

## :rocket: Getting started

The quickest way to get a `hydra-node` running is to use our [docker
images](https://hub.docker.com/r/inputoutput/hydra/tags).

```
docker pull inputoutput/hydra:hydra-node-latest
docker run -rm inputoutput/hydra:hydra-node-latest --help
```

## :wrench: Development

We provide a `shell.nix` to set up a development environment. So a simple call
Expand Down

0 comments on commit cff8f7b

Please sign in to comment.