Skip to content

Commit

Permalink
Fix misprint.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 00ee92d452a1133327d831fc586fe4fa2cb4895f
  • Loading branch information
levlam committed Mar 19, 2018
1 parent e56b369 commit 1ee13e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/uwp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ C:\src\vcpkg> .\vcpkg.exe install openssl:arm-uwp openssl:x64-uwp openssl:x86-uw
```
powershell -ExecutionPolicy ByPass .\build.ps1 -vcpkg_root C:\src\vcpkg
```
If you need to restart the build from scratch, call `.\build.ps -mode clean` first.
If you need to restart the build from scratch, call `.\build.ps1 -mode clean` first.
* Install Visual Studio Extension "TDLib for Universal Windows Platform" located at `build-uwp\vsix\tdlib.vsix`, which was created on the previous step by `build.ps1` script.

Now `TDLib` can be freely used from any UWP project, built in Visual Studio.
Expand Down

0 comments on commit 1ee13e2

Please sign in to comment.