From 90f4999226dff1f017521eaa4dedf1edba9de3f6 Mon Sep 17 00:00:00 2001 From: Geert van Geest Date: Tue, 9 Apr 2024 11:30:47 +0200 Subject: [PATCH] fixes false .env file names --- index.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.qmd b/index.qmd index 619d947..be1c719 100644 --- a/index.qmd +++ b/index.qmd @@ -17,10 +17,10 @@ library(ggbreak) library(cowplot) ``` -Create a file named `.env.sh` and add your GitHub PAT (variable named `PAT` ) and google api key (named `GOOGLE_API_KEY`) in there, e.g.: +Create a file named `.env` and add your GitHub PAT (variable named `PAT` ) and google api key (named `GOOGLE_API_KEY`) in there, e.g.: ```{bash, eval=FALSE} -# this is an example, store it as .env.R: +# this is an example, store it as .env: export AT="ghp_aRSRESCTZII20Lklser3H" export GOOGLE_API_KEY="AjKSLE5SklxuRsxwPP8s0" ```