aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f69b612ac8..2d947e4af3 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ and the translated-content repo (this repo).
containing the path to the *translated-content* repo’s `files` directory. You
could do this for a single session like so:
- ```
+ ```bash
export CONTENT_TRANSLATED_ROOT=/path/to/translated-content/files
```
@@ -76,7 +76,7 @@ and the translated-content repo (this repo).
file in the root of your content repo. This is most easily done using the
following command:
- ```
+ ```bash
echo CONTENT_TRANSLATED_ROOT=/path/to/translated-content/files >> .env
```