You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ relay is a simple command line file transfer over local or global network using
2
2
It don't require any dependencies and is not platform specific. It should work on linux, windows and macOS.
3
3
4
4
# INSTALLATION
5
-
You can install this tool using go command `go install https://github.com/AmirMirzayi/relay` or download binary from [Releases][https://github.com/AmirMirzayi/relay/releases]
5
+
You can install this tool using go command `go install https://github.com/AmirMirzayi/relay` or download binary from [Releases](https://github.com/AmirMirzayi/relay/releases).
6
6
7
7
# USAGE
8
8
> [!IMPORTANT]
@@ -21,15 +21,15 @@ You can install this tool using go command `go install https://github.com/AmirMi
21
21
## Host serves to send files
22
22
send command must have at least 1 argument which has file or directory path
0 commit comments