update installation doc
This commit is contained in:
20
doc/installation/Installation-linux.md
Normal file
20
doc/installation/Installation-linux.md
Normal file
@@ -0,0 +1,20 @@
|
||||
Installation on Linux (debian)
|
||||
=====================
|
||||
|
||||
## Prerequisites
|
||||
```bash
|
||||
apt-get update
|
||||
```
|
||||
|
||||
### Install docker
|
||||
See: [docs.docker.com/get-docker](https://docs.docker.com/get-docker/)
|
||||
```bash
|
||||
apt-get install docker
|
||||
apt-get install docker-compose
|
||||
```
|
||||
|
||||
### Install Git
|
||||
See: [git-scm.com/downloads](https://git-scm.com/downloads)
|
||||
```powershell
|
||||
apt-get install git
|
||||
```
|
||||
Reference in New Issue
Block a user