forked from Anri/cal8tor
deps
This commit is contained in:
parent
19b4b9db34
commit
33b95dba7a
1 changed files with 13 additions and 0 deletions
|
@ -176,4 +176,17 @@ Par défaut, le programme affiche l'emploi du temps dans la sortie standard
|
|||
\item[$\rightarrow$] \texttt{cargo r \dd{}release}
|
||||
\end{itemize}
|
||||
|
||||
\appendix
|
||||
\section*{Appendix}
|
||||
\subsection{Dépendances}
|
||||
Vous avez besoin de Rust pour la compilation et de OpenSSL pour les requêtes
|
||||
internet.
|
||||
|
||||
\subsubsection{Rust}
|
||||
\begin{figure}[h]
|
||||
\begin{minted}[autogobble,fontsize=\footnotesize]{text}
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
\end{minted}
|
||||
\end{figure}
|
||||
|
||||
\end{document}
|
||||
|
|
Reference in a new issue