From 48f990d6be31ddd25d3902ea97e7c6d2c267b6dc Mon Sep 17 00:00:00 2001 From: Tiago D J Date: Wed, 16 Jun 2021 13:13:57 -0300 Subject: [PATCH] Fix tee command to append to /etc/hosts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f94bb6..2cf9365 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ You can open a shell session with the following command: Your computer `/etc/hosts` file must be configured in order to resolve the name of your container. You can do it by running the following command: ```sh -echo `./.bbb/ip-bbb-dev-01.sh | xargs -n 1 echo -n`" bbb-dev-01.test." | sudo tee /etc/hosts +echo `./.bbb/ip-bbb-dev-01.sh | xargs -n 1 echo -n`" bbb-dev-01.test." | sudo tee -a /etc/hosts ``` ## Running HTML5 from source code