Skip to content

Commit

Permalink
Clarify PowerShell requirement for local development (#457)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksii Holub <[email protected]>
  • Loading branch information
TheLazyHatGuy and Tyrrrz authored Jun 26, 2024
1 parent ba1bf90 commit c89ff7f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing

## Building from source

### Requirements

- Windows, Linux, or macOS machine
- Latest [.NET SDK](https://dotnet.microsoft.com/download)
- Latest [PowerShell (`pwsh`)](https://learn.microsoft.com/powershell/scripting/install/installing-powershell)
- (Recommended) .NET IDE such as Visual Studio or JetBrains Rider
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ To learn more about the war and how you can help, [click here](https://tyrrrz.me

![list](.assets/list.png)
![single](.assets/single.png)
![multiple](.assets/multiple.png)
![multiple](.assets/multiple.png)

0 comments on commit c89ff7f

Please sign in to comment.