From 1a739286cd86b94e5e6afca7b1c3744c5a4456bc Mon Sep 17 00:00:00 2001 From: Easton Potokar Date: Sat, 16 Nov 2024 07:31:45 -0500 Subject: [PATCH] Add install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7188018 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Installation + +To install, run + +```bash +curl -LsSf https://git.potokar.us/easton/dotfiles/raw/branch/master/.config/yadm/install.sh | sh +```