From 9a3f623ad458600b704934a37347114f0da923a7 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Sun, 17 Nov 2024 15:45:22 +0000 Subject: [PATCH] Update hero_docs/crystallib_hero_basic_docs.md --- hero_docs/crystallib_hero_basic_docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hero_docs/crystallib_hero_basic_docs.md b/hero_docs/crystallib_hero_basic_docs.md index 06bf0ed..915207f 100644 --- a/hero_docs/crystallib_hero_basic_docs.md +++ b/hero_docs/crystallib_hero_basic_docs.md @@ -24,7 +24,7 @@ We provide the steps to prepare a Docker Ubuntu container to work with Hero and sudo docker run -it --net=host --name=hero-container -v ~/code:/root/code ubuntu:latest /bin/bash ``` -- If you want to set the SSH key, do the following +- If you want to set up the SSH key, do the following: - Create Directory .ssh in container ``` mkdir -p ~/.ssh