Fix typos and add unordered lists
This commit is contained in:
parent
5d61439715
commit
b94f1667db
18
README.md
18
README.md
@ -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
|
||||||
|
Reference in New Issue
Block a user