Skip to content

Commit 5f00980

Browse files
authored
Merge branch 'main' into master
2 parents 51604a4 + 5d953c9 commit 5f00980

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# quickload
22
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+
34
## How to use
45
```
56
git clone https://github.com/J-P-S-O/quickload --branch v1.0.1
7+
68
cd quickload
79
npm i
810
node run.js
911
```
1012

13+
1114
After this, access https://localhost:80 (You can use ngrok to generate public URLs).
1215
1. Click "Upload File" and select a file
1316
2. Save (or remember) the code alerted in the browser window
1417
3. Download the file on another machine by inserting the code in the text box and clicking "Download"
1518

1619
## Example command line log
17-
![image](https://user-images.githubusercontent.com/66487668/144876706-8caecd00-d241-4482-ac1b-05153698b485.png)
20+
![image](https://user-images.githubusercontent.com/66487668/144876706-8caecd00-d241-4482-ac1b-05153698b485.png)

0 commit comments

Comments
 (0)