mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Emoji (markdown)
parent
ca60865280
commit
f8ff6c4ee8
1 changed files with 9 additions and 1 deletions
10
Emoji.md
10
Emoji.md
|
|
@ -44,8 +44,16 @@ Host github.com
|
||||||
```
|
```
|
||||||
Save and Exit with Ctrl-o Enter Ctrl-x Enter
|
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
|
git clone git@github.com:YourGithubUsername/wekan.git
|
||||||
cd wekan
|
cd wekan
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue