refactor login process
This commit is contained in:
parent
3b409dd7fb
commit
60580189ae
3 changed files with 39 additions and 13 deletions
13
README.md
13
README.md
|
|
@ -1,13 +1,18 @@
|
|||
# whisper
|
||||
# Whisper
|
||||
|
||||
FIXME: description
|
||||
Whisper is a client for signald. In combination, the two represent a complete replacement for the official Signal desktop client. Additionally, Whisper and Signald can be run on any mobile device supporting the Java Runtime Environment.
|
||||
|
||||
**Whisper is in early stages of development.**
|
||||
|
||||
## Installation
|
||||
|
||||
Download from http://example.com/FIXME.
|
||||
Currently: use lein run
|
||||
TODO: package, wrap with a nice makefile
|
||||
|
||||
## Usage
|
||||
|
||||
Call `lein run` in a freshly cloned repository to run Whisper. Make sure Signald is already running.
|
||||
|
||||
FIXME: explanation
|
||||
|
||||
$ java -jar whisper-0.1.0-standalone.jar [args]
|
||||
|
|
@ -30,7 +35,7 @@ FIXME: listing of options this app accepts.
|
|||
|
||||
## License
|
||||
|
||||
Copyright © 2019 FIXME
|
||||
Copyright © 2019 Aidan Hahn
|
||||
|
||||
This program and the accompanying materials are made available under the
|
||||
terms of the Eclipse Public License 2.0 which is available at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue