Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TomProkop committed Jun 13, 2024
1 parent 1d1eac6 commit d3035e1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,25 @@ If wish to use this project for your team, please contact us at hello@networg.co
The primary objective of this NuGet package is to help Power Platform developers scaffold Power Platform components using a code-first approach.

## Guide
Install the template package to your machine:
```console
### Dev machine setup
```powershell
# If you're using .NET CLI for the first time, you might need to set up nuget.org as a package source
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org
# Install PowerShell 7+ to have "pwsh" executable present in your terminal
# To support running the templates cross-platform "pwsh" is used instead of "powershell.exe"
# You can use other installation methods
dotnet tool install --global PowerShell
# Install the template package to your machine
dotnet new install TALXIS.DevKit.Templates.Dataverse
```

### Solutions
> [!NOTE]
> Template commands are designed to be run in the folder where *.*proj is located.
> Use --output parameter if your working directory is different.
Initialize a new empty solution:
```console
dotnet new pp-solution `
Expand Down

0 comments on commit d3035e1

Please sign in to comment.