From 86787f812a9270bd1641156d7b0db7174f6db95b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 11 Mar 2022 12:23:18 -0500 Subject: [PATCH] Get rid of destructive `mv` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cef7248..78ba201 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,13 @@ Open `Main.hs`, and expect all HLS IDE features like hover-over tooltip to work Renaming the project: ```sh +git clone +cd your-project NAME=myproject + git mv haskell-template.cabal ${NAME}.cabal nix run nixpkgs#sd -- haskell-template ${NAME} * */* git add . && git commit -m rename -cd .. && mv haskell-template ${NAME} && cd ${NAME} ``` ## Tips