Skip to content

Commit 1a73016

Browse files
committed
Fix deletion of README.org
1 parent 1634f10 commit 1a73016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and IOHK's [[https://github.com/input-output-hk/haskell.nix][haskell.nix]].
4747
$ git init "${REPO}" && cd "${REPO}" \
4848
&& git commit --allow-empty -m "initial" \
4949
&& git pull --allow-unrelated-histories --squash [email protected]:j0xaf/haskell-project-template.git \
50-
&& rm README.md \
50+
&& rm README.org \
5151
&& nix-shell --run 'nix --experimental-features "nix-command flakes" flake lock' -p nixFlakes \
5252
&& nix-shell --run "cabal init --minimal --non-interactive --package-name=${REPO}" -p cabal-install ghc \
5353
&& git add -A \

0 commit comments

Comments
 (0)