summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-04-18 22:38:16 +0100
committerGitHub <noreply@github.com>2023-04-18 22:38:16 +0100
commitd5cc25531df84ebe3d5c929f5ac56ad415189661 (patch)
treef47f3d2f0ad54fa7500f7be9c9df84ba5a056a06
parent0feee3d1899f626ecc7d88a9b220c40e15f28a3f (diff)
Add symlink (#897)
-rw-r--r--atuin/Cargo.toml2
l---------atuin/README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/atuin/Cargo.toml b/atuin/Cargo.toml
index e5a49afe..6b43aa34 100644
--- a/atuin/Cargo.toml
+++ b/atuin/Cargo.toml
@@ -3,7 +3,7 @@ name = "atuin"
edition = "2021"
rust-version = "1.59"
description = "atuin - magical shell history"
-readme = "../README.md"
+readme = "./README.md"
version = { workspace = true }
authors = { workspace = true }
diff --git a/atuin/README.md b/atuin/README.md
new file mode 120000
index 00000000..32d46ee8
--- /dev/null
+++ b/atuin/README.md
@@ -0,0 +1 @@
+../README.md \ No newline at end of file