Skip to content

Commit 02d997d

Browse files
committed
doc: add ./ prefix for clarity
1 parent f1c8390 commit 02d997d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Compile from source for FreeBSD, OpenBSD, etc.
3535
```sh
3636
b_triplet='x86_64-linux-musl'
3737
curl -L -O https://github.com/coolaj86/zig-uuidv7/releases/download/v1.0.0/uuidv7-v1.0.0-"$b_triplet".tar.gz
38-
tar xvf uuidv7-v1.0.0-"$b_triplet".tar.gz
39-
mv uuidv7 ~/bin/
38+
tar xvf ./uuidv7-v1.0.0-"$b_triplet".tar.gz
39+
mv ./uuidv7 ~/bin/
4040
```
4141

4242
# UUIDv7 Spec

0 commit comments

Comments
 (0)