Skip to content

Commit 7953fcd

Browse files
authored
Added new section for Deploying app in VS
Added note with regards to deploying the HoloLens app using Visual Studio
1 parent 5af71bb commit 7953fcd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

GettingStarted.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ You will probably want to add `ManualCameraControl.cs` (found under
5151

5252
Deploy to the emulator or device.
5353

54-
**NOTE**: Make sure to build/run your project in x86 and not in ARM so you can properly get the DLLs required
54+
# Deploying your HoloLens app using Visual Studio
55+
1. Select **x86** in your build configuration
56+
2. Select emulator or the device that you're using
57+
3. Run the app
5558

5659

5760

0 commit comments

Comments
 (0)