Skip to content

Commit 5d953c9

Browse files
authored
Update README.md
1 parent cf9ca72 commit 5d953c9

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# quickload
1+
# quickload
2+
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 :).
3+
## Bugs
4+
The only current issue with the server is that binary files of all sorts (.png, .jpg, .docx, .pptx) get corrupted. This is under investigation.
5+
## How to use
6+
```
7+
git clone https://github.com/J-P-S-O/quickload --branch v1.0.0
8+
cd quickload
9+
npm i
10+
node run.js
11+
```
12+
## Example command line log
13+
![image](https://user-images.githubusercontent.com/66487668/144876706-8caecd00-d241-4482-ac1b-05153698b485.png)

0 commit comments

Comments
 (0)