Skip to content

Commit

Permalink
docs: add note about packaging for 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Jun 25, 2022
1 parent 9090565 commit 9c1323e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ You can pack the video file and the main script together using `iexpress`, with
iexpress /Q /N iexpress.sed
```

or, if you have a 64-bit system and want to package it into a 32-bit executable:
```sh
%SYSTEMROOT%\SysWOW64\iexpress.exe /Q /N iexpress.sed
```

## The video
The original video comes from [Mario Teaches Typing 2](https://www.mariowiki.com/Mario_Teaches_Typing_2), the exact source is from ["Mario Head Collection"](https://www.youtube.com/watch?v=9tQWLg4E90M&t=30s) on Youtube.

Expand Down

0 comments on commit 9c1323e

Please sign in to comment.