mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Updated Emoji (markdown)
parent
8e5d7336c7
commit
91017826c0
1 changed files with 3 additions and 6 deletions
9
Emoji.md
9
Emoji.md
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue