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

Commit cf29bdd

Browse files
pamtaroechumley-msft
authored andcommitted
Change commands to use standard windows commandline syntax instead of powershell
1 parent e76ea69 commit cf29bdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
1. Open a command prompt and navigate to the directory with the ElectionGuard-SDK-C-Implementation repo.
2828
2. Run the following commands:
2929

30-
$env:PATH += ";C:\path\to\ElectionGuard-SDK-C-Implementation\build\"
31-
$env:CMAKE_PREFIX_PATH="C:\path\to\ElectionGuard-SDK-C-Implementation\build\ElectionGuard"
30+
set PATH=%PATH%;C:\path\to\ElectionGuard-SDK-C-Implementation\build\
31+
set CMAKE_PREFIX_PATH=C:\path\to\ElectionGuard-SDK-C-Implementation\build\ElectionGuard
3232
cmake -S examples/simple -B simple_build -G "MSYS Makefiles"
3333
cmake --build simple_build --target simple
3434

0 commit comments

Comments
 (0)