typo in help
This commit is contained in:
parent
8d5bb1e3e7
commit
c44eeaef4e
10
README.md
10
README.md
|
@ -131,7 +131,7 @@ options:
|
||||||
-d "<path>" Desination webroot path or directory
|
-d "<path>" Desination webroot path or directory
|
||||||
-p "<password>" Password for decryption >= 12 characters
|
-p "<password>" Password for decryption >= 12 characters
|
||||||
-s "<salt>" Salt string = 32 hexadecimal characters
|
-s "<salt>" Salt string = 32 hexadecimal characters
|
||||||
-t "<string>" Title for the staticrypt form page
|
-t "<string>" Title for the staticrypt form page
|
||||||
-u "<url>" Https or localhost Url for the destination root
|
-u "<url>" Https or localhost Url for the destination root
|
||||||
|
|
||||||
Example: ./build.sh -u https://start.domain.tld -d static -t "STILDE - StartPage"
|
Example: ./build.sh -u https://start.domain.tld -d static -t "STILDE - StartPage"
|
||||||
|
@ -139,16 +139,16 @@ Example: ./build.sh -u https://start.domain.tld -d static -t "STILDE - StartPage
|
||||||
|
|
||||||
## Basic Usage
|
## Basic Usage
|
||||||
|
|
||||||
- **Open a website**:
|
- **Open a website**:
|
||||||
type the corresponding key and press return, or click on the link.
|
type the corresponding key and press return, or click on the link.
|
||||||
|
|
||||||
- **Open a specific path on a site**:
|
- **Open a specific path on a website**:
|
||||||
type the path after the site’s key and press return.
|
type the path after the site’s key and press return.
|
||||||
|
|
||||||
- **Run a search on a website**:
|
- **Run a search on a website**:
|
||||||
type a space after the website’s key followed by your query and press return.
|
type a space after the website’s key followed by your query and press return.
|
||||||
|
|
||||||
- **Perform a search with DuckDuckGo**:
|
- **Perform a search with DuckDuckGo**:
|
||||||
input any string that doesn't match a key and press return.
|
input any string that doesn't match a key and press return.
|
||||||
|
|
||||||
- **suggestions** may be displayed under your input, they are **specific to a key** or construicted **from DuckDuckGo** background queries. Use press up/down/return or click to use them.
|
- **suggestions** may be displayed under your input, they are **specific to a key** or construicted **from DuckDuckGo** background queries. Use press up/down/return or click to use them.
|
||||||
|
|
Loading…
Reference in a new issue