summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-04-17 01:49:52 +0900
committerhaturatu <taro@eyes4you.org>2025-04-17 01:49:52 +0900
commit74329645e7a217dbcdd66e9177091610558bcaa3 (patch)
tree7c8c79e9e4316d842251aa6f73dd2e3846d0f6ce
parent37d71cc01d1bce5b3d5d748b24c61f0d84f4c88b (diff)
fix: readmeHEADmain
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1235f95..7aa56b3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
# gscp
+scpのラッパーとして機能し、scpの転送ジョブを`goroutine`の並列処理によって管理します。
+
```bash
-cd cmd && go build -o gscp main.go
+git clone https://github.com/haturatu/gscp.git
+cd gscp/cmd && go build -o gscp main.go
./gscp
```