Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 7b9b1c0

Browse files
bamarshaAniket Dalvi
authored andcommitted
Fix incorrect reference to running two commands (#269)
1 parent cf209fd commit 7b9b1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To build on other platforms:
5959
2. Run [bootstrap.sh](./bootstrap.sh)
6060
* This script prepares and builds the native (C++) full-state simulator.
6161
* You only need to run it once.
62-
3. From the command line, run these two commands:
62+
3. From the command line, run:
6363
* `dotnet build Simulation.sln`
6464

6565
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:
7272
* From [Visual Studio](https://docs.microsoft.com/en-us/visualstudio/test/getting-started-with-unit-testing?view=vs-2019#run-unit-tests):
7373
* Open Test Explorer by choosing Test > Windows > Test Explorer from the top menu bar.
7474
* Run your unit tests by clicking Run All.
75-
* From the command line run:
75+
* From the command line, run:
7676
* `dotnet test Simulation.sln`
7777

7878

0 commit comments

Comments
 (0)