Skip to content

Commit

Permalink
docs: update readme with setup instructions
Browse files Browse the repository at this point in the history
* readme updooted

* global install
  • Loading branch information
Andrewjeska authored Feb 22, 2024
1 parent a5cbee1 commit ba35949
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@

Seam

## Local setup

For C# development, you will need to install `dotnet`

Download the installer [here](https://learn.microsoft.com/en-us/dotnet/core/install/macos)

Then, you may need to create a symlink

```bash
ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/
```

Finally, install csharpier

```bash
# if you don't yet have a .config/dotnet-tools.json file
dotnet new tool-manifest

dotnet tool install -g csharpier
```

## How to update the SDK

Once you've completed all the steps in the Local setup section, you can run the following command to update the SDK

```bash
npm run generate
```

## Installation

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

0 comments on commit ba35949

Please sign in to comment.