From 5cb786c87f447001b3a0d836ba7f0a0f48471a78 Mon Sep 17 00:00:00 2001 From: Mateusz Srebrny Date: Thu, 28 Sep 2023 14:05:45 +0200 Subject: [PATCH 1/2] websocat verification in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3d7fdc55..2109a355 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,15 @@ pip3 install -U ray-on-golem Additonally, a tool named [websocat](https://lib.rs/crates/websocat) is needed to wrap connections between your machine and Ray on Golem cluster. You can install websocat using [these instructions](https://lindevs.com/install-websocat-on-ubuntu/). +Verify websocat is present: +```bash +websocat -V +``` +It should print something like: +``` +websocat 1.11.0 +``` + For now, you also need to download and install Golem node software representing you in the Golem network. ```bash From caea6149ea33b5dbcf48084a940cf908df35cf12 Mon Sep 17 00:00:00 2001 From: Mateusz Srebrny Date: Thu, 28 Sep 2023 14:12:48 +0200 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2109a355..27af0872 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The first step is installing Ray on Golem (recommended within a clean venv). It pip3 install -U ray-on-golem ``` -Additonally, a tool named [websocat](https://lib.rs/crates/websocat) is needed to wrap connections between your machine and Ray on Golem cluster. +Additionally, a tool named [websocat](https://lib.rs/crates/websocat) is needed to wrap connections between your machine and Ray on Golem cluster. You can install websocat using [these instructions](https://lindevs.com/install-websocat-on-ubuntu/). Verify websocat is present: