From 2b24293e65188212cf983404bd83289e7a95c328 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 14 Jun 2024 18:57:46 -0500 Subject: [PATCH] USe text over comments --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c78429..edb381c 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,9 @@ reana-client download --output-directory output # reana-client download --workflow "" --output-directory output ``` +Clean up the environment of personal information in environmental variables + ``` -# Clean up the environment of personal information in environmental variables eval $(recast auth destroy) ```