Compare commits
No commits in common. "a17918d308ccaa2b48c2546b9be8ae7912cab685" and "8a72dff243e1ba0c0a1a8a323b9d837dcaa325c2" have entirely different histories.
a17918d308
...
8a72dff243
10
README.md
10
README.md
@ -6,6 +6,16 @@ selectors](http://www.w3schools.com/cssref/css_selectors.asp). This application
|
||||
files when the context in which they are presented is known to. This capability is particularly useful when the path of
|
||||
the desired file is not known but the URL of the website that links to it is (common for download pages).
|
||||
|
||||
## Installation
|
||||
|
||||
If you already have the Go environment and toolchain set up, you can get the latest version by running:
|
||||
|
||||
```
|
||||
go install foosoft.net/projects/scrawl@latest
|
||||
```
|
||||
|
||||
Otherwise, you can use the [pre-built binaries](https://github.com/FooSoft/scrawl/releases) from the project page.
|
||||
|
||||
## Usage
|
||||
|
||||
Executing Scrawl with the `-help` command line argument will trigger online help to be displayed. Below is a more
|
||||
|
Loading…
Reference in New Issue
Block a user