From 8168ef37a839fca464964bd3f7cade026502d1f5 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 15 Sep 2023 09:28:36 +0200 Subject: [PATCH] update step 3 examples --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 62413e7..2c656c5 100644 --- a/README.md +++ b/README.md @@ -135,8 +135,7 @@ services: After summon Arkanum your first steps should be to set your username and email in the git config: ```bash -git config --global user.name "username" -git config --global user.email "email address" +arkanum git setup "my-name" "my-email" ``` And that's it. Now you're ready use arkanum as your daily remote code editor. 😄