File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 44
55Seam
66
7+ ## Local setup
8+
9+ For C# development, you will need to install ` dotnet `
10+
11+ Download the installer [ here] ( https://learn.microsoft.com/en-us/dotnet/core/install/macos )
12+
13+ Then, you may need to create a symlink
14+
15+ ``` bash
16+ ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/
17+ ```
18+
19+ Finally, install csharpier
20+
21+ ``` bash
22+ # if you don't yet have a .config/dotnet-tools.json file
23+ dotnet new tool-manifest
24+
25+ dotnet tool install -g csharpier
26+ ```
27+
28+ ## How to update the SDK
29+
30+ Once you've completed all the steps in the Local setup section, you can run the following command to update the SDK
31+
32+ ``` bash
33+ npm run generate
34+ ```
35+
736## Installation
837
938Use [ nuget] ( https://www.nuget.org/packages/Seam ) to install.
You can’t perform that action at this time.
0 commit comments