Updated Emoji (markdown)

Lauri Ojansivu 2024-06-26 06:34:11 +03:00
parent ca60865280
commit f8ff6c4ee8

@ -44,8 +44,16 @@ Host github.com
```
Save and Exit with Ctrl-o Enter Ctrl-x Enter
If you do not have ssh key, create it:
```
ssh-keygen
```
And press Enter about 3 times, until you have private key at `~/.ssh/id_rsa` and public key at `~/.ssh/id_rsa.pub`
Add public key `.pub` to your github account web interface.
### 2. Create fork of `https://github.com/wekan/wekan` at GitHub web page
### 2. Create fork of `https://github.com/wekan/wekan`
```
git clone git@github.com:YourGithubUsername/wekan.git
cd wekan