From ca02aa1da66bd72df3892bff782c5432121a8e46 Mon Sep 17 00:00:00 2001 From: Dawid Pogorzelski Date: Mon, 14 Feb 2022 13:33:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 379e735..581bd77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## What's this? -`getenv` will fetch GCE metadata attributes and print them as K=V pairs ready to be `exported` as environment variables. +`getenv` will fetch Google Cloud (Compute Engine) metadata attributes and print them as K=V pairs ready to be `exported` as environment variables. Example: ```bash @@ -18,4 +18,4 @@ or ```bash ./getenv 1>> /etc/environment source /etc/environment -``` \ No newline at end of file +```