tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

Fix instruction numbering and script command details

Open dyster opened this issue 2 months ago • 2 comments

Corrected numbering and clarified script execution instructions in the README.

dyster avatar Oct 19 '25 15:10 dyster

Hi! Yeah, that's definitely better. 👍🏼

Can you add correction for this one too ? #432

i was sleepy when writing this ^^

Miiraak avatar Oct 22 '25 23:10 Miiraak

Hi! This is definitely an improvement. Could you fix the instructions to account for this issue too?

It would go from:

C:/path/to/your/tiny11/script.ps1 -ISO <inputletter> -SCRATCH <outputletter>

To

powershell -f "C:\path\to\your\tiny11\script.ps1" -ISO <inputletter> -SCRATCH <outputletter>

ItzELECTR0 avatar Nov 12 '25 19:11 ItzELECTR0