Skip to content

Commit b3f287d

Browse files
committedDec 29, 2022
Minor Update
1 parent 17b4971 commit b3f287d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎mmCEsim-doc.pdf

2.63 KB
Binary file not shown.

‎tex/installation.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
So far, there is no built binary for mmCEsim since it is still under development.
22
However, you may clone the GitHub repository and compile it yourself.
33

4-
\begin{lstlisting}[language=sh, morekeywords={git, cmake, make}]
5-
git clone https://github.com/mmcesim/mmcesim --recurse-submodules
4+
\begin{lstlisting}[language=sh, morekeywords={git, cmake, make}, alsoletter={.}]
5+
git clone https://github.com/mmcesim/mmcesim.git --recurse-submodules
66
cd mmcesim
77
cmake .
88
make

0 commit comments

Comments
 (0)
Please sign in to comment.