projects
/
progetti-gl-como:friendica-messenger.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update README.md
[progetti-gl-como:friendica-messenger.git]
/
README.md
1

2
3
Friendica Messenger
4
===================
5
6
HTML5 Friendica private messages client
7
8
Requirements
9
------------
10
11
to run
12
13
- Friendica >= 3.3.1
14
15
to build
16
17
- cordova
18
- bower
19
20
Build
21
-----
22
23
24
cd www
25
bower install
26
cd ..
27
cordova platform add firefoxos
28
cordova build
29