Update readme

This commit is contained in:
2021-10-27 09:19:39 +02:00
parent 9e83b93639
commit c71893ea12

View File

@@ -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
```