Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PaymonK authored Nov 18, 2020
1 parent 7c43cb3 commit 887d9dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Utils/MSharp.Build/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ C:\> dotnet tool install --global msharp-build
## Create a new M# project
To create a new M# project, run the following command:
```
C:\Projects\> msharp-build /new /t:mvc /n:"Project Name" /...
C:\Projects\> msharp-build /new /n:"Project.Name" [/t:https://github.com/Geeksltd/Olive.MvcTemplate/tree/master/Template]
```
At this point, the template repository will be downloaded [from here](https://github.com/Geeksltd/Olive.MvcTemplate/tree/master/Template), and the placeholders will be replaced with the name provided in the `/n:` parameter.

The `/t:...` parameter is optional, and defaults to the above. Alternatively, you can provide your own project template repository (which must be publically accessible).


## Build an existing project
To create a new M# project, run the following command:
Expand All @@ -20,6 +24,6 @@ C:\Projects\MyProject\> msharp-build

## Install build tools (prepare your environment)
You need to do this only once, to ensure your development environment is prepared, with all necessary tools installed:
```
```js
C:\>msharp-build /tools
```

0 comments on commit 887d9dc

Please sign in to comment.