Fix typos and add unordered lists

This commit is contained in:
Elara 2020-12-03 10:58:38 +00:00
parent 5d61439715
commit b94f1667db
1 changed files with 9 additions and 9 deletions

View File

@ -8,19 +8,19 @@ of the receiver. This key is then saved to a file. Next, the shared AES key is u
### Usage ### Usage
#### Receiver #### Receiver
Use `opensend -r` to start the receiver - Use `opensend -r` to start the receiver
### Sender ### Sender
Use `opensend -s -t <type> -d <date>` - Use `opensend -s -t <type> -d <data>`
Type can either by `url` or `file` - Type can either be `url` or `file`
If the type is `url`, the data should be a URL - If the type is `url`, the data should be a URL
If the type is `file`, the data should be a file path - If the type is `file`, the data should be a file path
### Building ### Building
This project uses go modules, so building is easy - This project uses go modules, so building is easy
First, go 1.15+ must be installed - First, go 1.15+ must be installed
Then, run `go build` inside the project's directory. - Then, run `go build` inside the project's directory.
This will get the dependencies and compile all the files. - This will get the dependencies and compile all the files.
### Installing ### Installing
To install, simply follow the building instructions and then run To install, simply follow the building instructions and then run