Commit graph

7 commits

Author SHA1 Message Date
Dimitris Apostolou
e81a665f9b
Fix typos 2018-05-08 09:38:45 +03:00
Chris Beams
95daeead7e
Polish WeChat payment method support
- Use camel case spelling of 'WeChat' consistently
 - Organize imports with common layout (bisq-network/style#2)
2018-04-10 14:40:04 +02:00
SaraQian
58acd3b47d Adding payment method: Wechat 2018-04-09 11:28:14 +08:00
Chris Beams
c19d3a0742
Replace Maven with Gradle in docs and scripts
This commit takes a pass through all documentation and scripts,
replacing any remaining `mvn` commands with their `gradle` equivalents,
replacing `target/*` paths with their `build/*` equivalents, and so on.

Note that the instruction to install Maven has been removed entirely
from documentation and scripts, as opposed to instructing users to
install Gradle, because with the Gradle wrapper (the `gradlew` script in
the root of this repository), it is unnecessary to install Gradle at
all. Users may still do this with, e.g. `brew install gradle` if they
like, but otherwise can get everything they need done with `./gradlew`
commands.

This commit also replaces lowercase 'bisq' with capitalized 'Bisq' where
appropriate in documentation.

Like the previous commit, this is a best-effort approach, and not all
scripts are perfectly up-to-date and tested. Indeed, many of the docs
and scripts we have now are essentially legacy documents and should
probably be scrapped or reworked completely.
2018-03-21 06:15:01 +01:00
Manfred Karrer
5e9cf8cf7f Update doc 2017-07-16 15:24:40 +02:00
Mike Rosseel
9e76d22aa3 add protobuffer install on linux to docs 2017-07-03 13:09:17 +02:00
Manfred Karrer
f268abe2e1 Merge DAO branch to Development branch 2017-06-27 01:30:24 +02:00