maint: remove deps and add docs

This commit is contained in:
vxclutch
2026-06-04 07:30:08 -04:00
parent 35d908cd73
commit 645fdc37d8
5 changed files with 23 additions and 7 deletions

View File

@@ -1 +1,21 @@
# LASH (Local Area Share HTTP)
## Usage
Using lash is pretty simple. You just provide any amount of command line
arguments and it will generate a share link, and a code. You either go-to
http://<your-local-ip>:port or goto http://<your-share-link> to access the
files.
## Building from Source
Lash only has one dependency and that it is Go >= 1.26.3. To build it you just
run either of the two following commands.
```sh
$ make
```
or
```sh
$ go build -o lash ./bin/main.go
```