diff --git a/Emoji.md b/Emoji.md index 990286a..1aaa660 100644 --- a/Emoji.md +++ b/Emoji.md @@ -27,8 +27,11 @@ Using newest Ubuntu amd64: ### 1. Install git and configure it ``` sudo apt -y install git + git config --global user.name "Yourfirstname Yourlastname" + git config --global user.email email-address-you-use-at-github@example.com + git config --global push.default simple nano .ssh/config @@ -70,7 +73,6 @@ Save and Exit with Ctrl-o Enter Ctrl-x Enter git clone git@github.com:YourGithubUsername/wekan.git cd wekan -./rebuild-wekan.sh ``` ### 3. Select option 1 to install dependencies, and then Enter. ``` @@ -151,8 +153,3 @@ Or try to run wekan: 3 ``` - - - - -