Skip to content

Commit bc933df

Browse files
committed
Move cloning dk source into 010 script
This lets us use a normal "sh" code block that supports copy-and-paste in GitHub markdown
1 parent f29587c commit bc933df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Let's pretend your application is the [official ASCII art application for C# .NE
1515

1616
**Instead** tell your users to run the following on Windows with PowerShell or in a macOS/Linux shell:
1717

18+
<!-- Performed in 010-PROJECTROOT-README.md. mdx blocks must have `$ ` which interferes with GitHub copy-and-paste. -->
1819
<!-- $MDX skip -->
1920
```console
2021
git clone --branch V2_4 https://github.com/diskuv/dk.git dksrc

maintenance/010-PROJECTROOT-README.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ opam show mdx || opam install mdx
2525
# install -v ../dksdk-coder/_build/default/ext/MlFront/src/MlFront_Exec/Shell.exe "$LOCALAPPDATA/Programs/dk0/dk0exe-2.4.2.12-windows_x86_64/mlfshell.exe"
2626
# fi
2727

28+
# Clone dk source. First step in README.md.
2829
rm -rf dksrc/
30+
git clone --branch V2_4 https://github.com/diskuv/dk.git dksrc
31+
2932
rm -rf 7zip-project/
3033
install -d 7zip-project
3134
set +f

0 commit comments

Comments
 (0)