Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Octalbyte authored Dec 6, 2021
1 parent cf9ca72 commit 5d953c9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# quickload
# 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)

0 comments on commit 5d953c9

Please sign in to comment.