We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ae4d6 commit 1316980Copy full SHA for 1316980
README.md
@@ -36,7 +36,11 @@ brew install ant # installs openjdk as a dependency
36
ant -version
37
Apache Ant(TM) version 1.10.8 compiled on May 10 2020
38
```
39
-## Running
+## Building
40
+> ant dist
41
+The output will be server/Peergos.jar
42
+
43
+## Development
44
45
### Server
46
@@ -82,4 +86,4 @@ Navigation between apps is driven by updating the URL fragment with an encrypted
82
86
83
87
* drive.openInApp(args, app)
84
88
- set showX = true OR closeApps()
85
-
89
0 commit comments