From c71893ea120d6117334989cfced371b2802f0bb5 Mon Sep 17 00:00:00 2001 From: Dawid Pogorzelski Date: Wed, 27 Oct 2021 09:19:39 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f01f75..379e735 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ MY_VARIABLE=SOMEVALUE Export all metadata attributes as ENV variables for current shell session and store them in /etc/environment for future sessions: ```bash export $(./getenv) -./getenv >> /etc/environment +./getenv 1>> /etc/environment ``` or ```bash -./getenv >> /etc/environment +./getenv 1>> /etc/environment source /etc/environment ``` \ No newline at end of file