From cff8f7be9765eca6b30f4ff06230a732264ff378 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Fri, 24 Sep 2021 21:04:20 +0200 Subject: [PATCH] Add a (very) short Getting started --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2c527b4f94c..970e4c72bf5 100644 --- a/README.md +++ b/README.md @@ -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