Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the installations a bit more idiot proof/beginner friendly. Fixes: https://github.com/metamath/metamath-exe/issues/173 #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -973,9 +973,9 @@
</LI>
<LI><FONT COLOR="#006633"><I>Instructions:</I></FONT> <B>1.</B>
Extract all files, which will be contained
in a directory called "metamath". <B>2.</B> For Windows, double-click on
in a directory called "metamath". On Linux and Mac OS this can be done using the popular "tar&nbsp;xvzf <your_download_of_metamath.tar.gz>" command. <B>2.</B> For Windows, double-click on
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For angle brackets, that should be &lt; and &gt; rather than literal < and > characters.

"metamath.exe" and type "read&nbsp;set.mm". For Linux/MacOSX/Unix,
compile with the command "gcc&nbsp;*.c&nbsp;-o&nbsp;metamath" inside the
compile with the command "gcc&nbsp;src/*.c&nbsp;-o&nbsp;metamath" inside the
"metamath" directory, then type "./metamath&nbsp;set.mm" to run.
<B>3.</B> For
all systems, once in the program, use the "help" command to guide you.
Expand Down