File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
2021git clone --branch V2_4 https://github.com/diskuv/dk.git dksrc
Original file line number Diff line number Diff 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.
2829rm -rf dksrc/
30+ git clone --branch V2_4 https://github.com/diskuv/dk.git dksrc
31+
2932rm -rf 7zip-project/
3033install -d 7zip-project
3134set +f
You can’t perform that action at this time.
0 commit comments