13 lines
174 B
Markdown
13 lines
174 B
Markdown
|
# Build a Debian package for mobilizon
|
||
|
|
||
|
## The first time
|
||
|
|
||
|
```
|
||
|
git remote add upstream https://framagit.org/framasoft/mobilizon.git
|
||
|
git fetch --all
|
||
|
```
|
||
|
|
||
|
|
||
|
## Build a release
|
||
|
|