Update README.md
This commit is contained in:
@@ -11,7 +11,7 @@ MY_VARIABLE=SOMEVALUE
|
|||||||
|
|
||||||
Export all metadata attributes as ENV variables for current shell session and store them in /etc/environment for future sessions:
|
Export all metadata attributes as ENV variables for current shell session and store them in /etc/environment for future sessions:
|
||||||
```bash
|
```bash
|
||||||
export $(./getenv)
|
export $(getenv)
|
||||||
getenv 1>> /etc/environment
|
getenv 1>> /etc/environment
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
|
|||||||
Reference in New Issue
Block a user