From 5d953c9dbf56318d75752ab27fcaf1377de3a3cd Mon Sep 17 00:00:00 2001 From: Octopus <66487668+J-P-S-O@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:46:41 -0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e94c5..9be2991 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# quickload \ No newline at end of file +# quickload +Quickload is a fast NodeJS app intended for the sharing of files between different computers in a fast manner. This way you can stop sending emails to yourself :). +## Bugs +The only current issue with the server is that binary files of all sorts (.png, .jpg, .docx, .pptx) get corrupted. This is under investigation. +## How to use +``` +git clone https://github.com/J-P-S-O/quickload --branch v1.0.0 +cd quickload +npm i +node run.js +``` +## Example command line log +![image](https://user-images.githubusercontent.com/66487668/144876706-8caecd00-d241-4482-ac1b-05153698b485.png)