From 05ed929274dcd9a21150f36ec67d1aa1c8e6486c Mon Sep 17 00:00:00 2001 From: trav Date: Wed, 14 Feb 2024 21:05:08 +0000 Subject: [PATCH] Update README.md fixed syntax on cp command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b73b5e..51d2480 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Custom HTML website, served using Nginx. 5. `abra app deploy YOURAPPDOMAIN` 6. Copy your files to the container, using something like ``` -abra app YOURAPPDOMAIN cp index.html app:/usr/share/nginx/html +abra app cp YOURAPPDOMAIN index.html app:/usr/share/nginx/html ``` [`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra