Skip to content

Commit

Permalink
Update README_composition.md with Enterprise (#12663)
Browse files Browse the repository at this point in the history
Add mention of the `-Enterprise` flag for internal developers.
  • Loading branch information
jonthysell authored Feb 1, 2024
1 parent 1d152cb commit 4bc72a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/playground/README_composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Playground is a sample standalone application that allows testing of various JS
# Launching and Editing
## Launching the app

1. Clone [this (react-native-windows)](https://github.com/microsoft/react-native-windows) repository
1. Clone [this (react-native-windows)](https://github.com/microsoft/react-native-windows) repository (or your own fork of it, if you intend on submitting PRs)

1. Make sure your development machine has been set up with all the system requirements and dependencies. These can be verified/installed by running `.\vnext\Scripts\rnw-dependencies.ps1 -Tags rnwDev` from an elevated powershell prompt.
1. Make sure your development machine has been set up with all the system requirements and dependencies. These can be verified/installed by running `.\vnext\Scripts\rnw-dependencies.ps1 -Tags 'rnwDev'` from an elevated powershell prompt.
> **Note:** The script defaults to Visual Studio Community Edition. If you're using (or want to use) Visual Studio Enterprise Edition, run `.\vnext\Scripts\rnw-dependencies.ps1 -Tags 'rnwDev' -Enterprise`.
1. Install JavaScript dependencies within the repo by running `yarn` at the root of the repo.

Expand Down

0 comments on commit 4bc72a1

Please sign in to comment.