Skip to content

Commit

Permalink
modify COTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kanade012 committed Oct 25, 2024
1 parent ef7a9ff commit 51c6162
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions @planetarium/lib9c/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ pnpm build

`@planetarium/lib9c` uses `Lib9c.Tools action analyze` command to check whether implemented actions make valid bencodex value. You should build the .NET project first. **If the .NET Lib9c project is changed, you must build `Lib9c.Tools` project again.**

if you haven't pulled submodules, run this command first.

```
git submodule update --init --recursive
```
after

```
dotnet build ../../.Lib9c.Tools/Lib9c.Tools.csproj
```
Expand Down

0 comments on commit 51c6162

Please sign in to comment.