hardfiles- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 56d5ab37af433899723b17b923a319722c6f7d86
parent 7bb32e7c170134869e848fabfd71be9c8edc0228 Author: delorean <jackdelmar@protonmail.com> Date: Sat, 30 Sep 2023 18:10:29 -0500 readme Diffstat:
|
1 file changed, 11 insertions(+), 0 deletions(-) |
diff --git a/README.md b/README.md @@ -0,0 +1,10 @@ +# hardfiles + +ezpz file hosting + +# usage + +edit the contents of config.toml to your liking, then +``` +go build -o hardfiles main.go ; mkdir files ; ./hardfiles +``` +\ No newline at end of file |