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. 😄