Skip to content

Commit

Permalink
chore(docs/HOWTO.md): rename "jomiel-examples" occurences
Browse files Browse the repository at this point in the history
  • Loading branch information
guendto committed Jul 1, 2021
1 parent 7f16953 commit bb5446a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ docker ps | grep jomiel
54bd7945001e jomiel "jomiel -l syslog" 11 seconds ago Up 9 seconds wizardly_sanderson
```

Build a new `client` image; let's use [jomiel-examples] for this
purpose:
Build a new `client` image; let's use [jomiel-client-demos] for this:

```shell
git clone https://github.com/guendto/jomiel-examples
cd jomiel-examples
git clone https://github.com/guendto/jomiel-client-demos
cd jomiel-client-demos
docker build \
-t jomiel-examples/c \
-t jomiel-client-demos/c \
-f c/docker/alpine/Dockerfile .
```

Expand Down Expand Up @@ -194,7 +193,7 @@ pip install pep517
python -m pep517.build [-s|-b] .
```

[jomiel-examples]: https://github.com/guendto/jomiel-examples
[jomiel-client-demos]: https://github.com/guendto/jomiel-client-demos
[pexpect]: https://pypi.org/project/pexpect/
[paramiko]: https://pypi.org/project/paramiko/
[python-requests.org]: https://2.python-requests.org/
Expand Down

0 comments on commit bb5446a

Please sign in to comment.