Skip to content

Commit ba35949

Browse files
authored
docs: update readme with setup instructions
* readme updooted * global install
1 parent a5cbee1 commit ba35949

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44

55
Seam
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

938
Use [nuget](https://www.nuget.org/packages/Seam) to install.

0 commit comments

Comments
 (0)