You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ To build on other platforms:
59
59
2. Run [bootstrap.sh](./bootstrap.sh)
60
60
* This script prepares and builds the native (C++) full-state simulator.
61
61
* You only need to run it once.
62
-
3. From the command line, run these two commands:
62
+
3. From the command line, run:
63
63
*`dotnet build Simulation.sln`
64
64
65
65
The `Simulation.sln` solution does not include the full-state simulator. To integrate any changes with the rest of the simulation components, you need to manually build it using `make` in the `src\Simulation\Native\build` folder.
@@ -72,7 +72,7 @@ All unit tests are part of the `Simulation.sln` solution. To run the tests:
72
72
* From [Visual Studio](https://docs.microsoft.com/en-us/visualstudio/test/getting-started-with-unit-testing?view=vs-2019#run-unit-tests):
73
73
* Open Test Explorer by choosing Test > Windows > Test Explorer from the top menu bar.
0 commit comments