Skip to content

Commit

Permalink
[doc] Fix punctuation
Browse files Browse the repository at this point in the history
Fixed issue savushkin-r-d#46
  • Loading branch information
Grisha1106 authored Dec 13, 2023
1 parent 3b90184 commit 6f31ffe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Navigate to the folder where downloads are located (typical path `%userprofile%/

## 3. Installing (updating) the SDK ##

Navigate to the folder where downloads are previously unzipped, Call the CLI in the console using the following command:
Navigate to the folder where downloads are previously unzipped. Call the CLI in the console using the following command:

```ps
plcncli.exe install sdk –d [installation path] –p [path to archive file]
Expand All @@ -65,7 +65,7 @@ More information is located [here](https://www.plcnext.help/te/Programming/Cpp/C

## 5. Opening existed C++ project in Visual Studio ##

Due to a known [issue](https://github.com/PLCnext/PLCnext_CLI_VS/issues/4) you might get compile-time errors, to fix this you have to delete the local .NET cache:
Due to a known [issue](https://github.com/PLCnext/PLCnext_CLI_VS/issues/4) you might get compile-time errors. To fix this, you have to delete the local .NET cache:

```ps
rmdir %temp%\.net /s
Expand Down

0 comments on commit 6f31ffe

Please sign in to comment.