Skip to main content

Merge pull request #8 from edsu/readme-fix

ID
5d30465
date
2025-05-01 21:49:02+00:00
author
Alex Chan <alex@alexwlchan.net>
parents
4d5c06f, edb3fba
message
Merge pull request #8 from edsu/readme-fix

tiny docfix
changed files
1 file, 2 additions, 2 deletions

Changed files

README.md (1648) → README.md (1648)

diff --git a/README.md b/README.md
index 2319e09..a41ecc1 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,8 @@ You need Rust installed; I recommend using [Rustup].
 Then clone this repository and compile the code:
 
 ```console
-$ git clone "https://github.com/alexwlchan/emptydir.git"
-$ cd emptydir
+$ git clone "https://github.com/alexwlchan/randline.git"
+$ cd randline
 $ cargo install --path .
 ```