Updated Emoji (markdown)

Lauri Ojansivu 2024-06-26 06:45:20 +03:00
parent 8e5d7336c7
commit 91017826c0

@ -27,8 +27,11 @@ Using newest Ubuntu amd64:
### 1. Install git and configure it ### 1. Install git and configure it
``` ```
sudo apt -y install git sudo apt -y install git
git config --global user.name "Yourfirstname Yourlastname" git config --global user.name "Yourfirstname Yourlastname"
git config --global user.email email-address-you-use-at-github@example.com git config --global user.email email-address-you-use-at-github@example.com
git config --global push.default simple git config --global push.default simple
nano .ssh/config 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 git clone git@github.com:YourGithubUsername/wekan.git
cd wekan cd wekan
./rebuild-wekan.sh
``` ```
### 3. Select option 1 to install dependencies, and then Enter. ### 3. Select option 1 to install dependencies, and then Enter.
``` ```
@ -151,8 +153,3 @@ Or try to run wekan:
3 3
``` ```