Update hero_docs/crystallib_hero_basic_docs.md

This commit is contained in:
mik-tf 2024-11-17 15:45:22 +00:00
parent 3b78918a73
commit 9a3f623ad4

View File

@ -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