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
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,29 @@
1
+
# Important Instructions \<To be removed before moving to PowerToys Repo>
2
+
3
+
## Steps to build and run launcher successfully
4
+
1. Restore the nuget packages
5
+
2. Download and install [Windows 10 SDK version 10.0.14393.795](https://go.microsoft.com/fwlink/p/?LinkId=838916). This SDK cannot be installed using the Visual Studio installer.
6
+
3. Build and run PowerToys.sln in Debug/Release mode and x64 configuration.
7
+
8
+
## Contribution details
9
+
10
+
### To pull code from PowerToys repository
11
+
12
+
```powershell
13
+
cd Launcher
14
+
git remote add public https://github.com/microsoft/PowerToys.git
**NOTE:** Do not use the `--squash` option while pulling changes from the subtree as that would result in all the changes being reflected as made by you, which would tamper the git history.
0 commit comments