From 6c867774f727a3a2c68000f7f64b78c6995ad798 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Fri, 8 Aug 2025 13:09:53 -0700 Subject: [PATCH] correct path in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 038d388..bcea058 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ loop { ### Build from source ```bash -git clone https://github.com/YOURNAME/socktop.git +git clone https://github.com/jasonwitty/socktop.git cd socktop cargo build --release ```