Skip to content
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