summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-04-18 22:38:16 +0100
committerEllie Huxtable <ellie@elliehuxtable.com>2023-04-20 00:01:16 +0000
commit07bff3d8f30b2bc17674ffe2b3e129733e0ea750 (patch)
tree8fb30a13d8777bc413d4153824ce7cf3daf5a0c5
parent7c079070c5356b49af79b25e42496eddbfcd40c7 (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