Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-06-04 14:54:20 +0300
committerMACHIZAUD Andréa <andrea.machizaud@gmail.com>2022-06-04 17:26:22 +0300
commit4efcb8c3f5a0a24b71a9e9c28cb08d8ce2f72cb1 (patch)
tree355fd05fe6598a152249ba40916e2b26dde87f82 /manual
parent8139d94e146942de27c05b13e69aae701b6ca78c (diff)
Fix Manual
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index e71a903b..3c9cb467 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -747,7 +747,7 @@ There are two ways you can run \texttt{vcpkg} to install the dependencies for Tr
vcpkg\install_vcpkg_dependencies.bat
\end{lstlisting}
This writes files only to the \texttt{vcpkg\textbackslash{}vcpkg} directory and makes no other changes on your machine.
-\item System-wide installation with Manifest mode -- install \texttt{vcpkg} by following the instructions on its website, make sure that the environment variable \texttt{VCPKG_ROOT} is set to the path where you have clone the repository, and then execute the following command:
+\item System-wide installation with Manifest mode -- install \texttt{vcpkg} by following the instructions on its website, make sure that the environment variable \texttt{VCPKG\_ROOT} is set to the path where you have clone the repository, and then execute the following command:
\begin{lstlisting}[language=sh]
vcpkg integrate install
\end{lstlisting}