From 248f907abd8e7bbb69556f159c86914455c08fbb Mon Sep 17 00:00:00 2001 From: Daniel Loewenstein Date: Wed, 3 Oct 2018 14:54:59 +0200 Subject: [PATCH] Information for non CLI users --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22730ce..7af16b2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Repo just for experimentation with git - ## Contributing 1. Fork it! @@ -10,3 +9,11 @@ Repo just for experimentation with git 3. Commit your changes: `git commit -am 'Add some feature' 4. Push to branch: `git push origin my-new-feature` 5. Submit a pull request :D + +## For CLI users + +1. Click on the file in the github repository +2. In the upper right corner, click the edit button +3. Type in your changes and provide a informational commit message +4. Click Propose change +5. Click Create a Pull Request