Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Added CI badge.
  • Loading branch information
jjcarrier committed Nov 22, 2024
1 parent 2d1b94f commit 938a95e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# VICON: Power Controller

[![CI](https://github.com/jjcarrier/vicon/actions/workflows/ci.yml/badge.svg)](https://github.com/jjcarrier/vicon/actions/workflows/ci.yml)

> [!WARNING]
> This repository is in an early release state and is subject to breaking
> changes, faulty behavior, and/or incomplete functionality. Please use extra
Expand Down Expand Up @@ -60,6 +62,9 @@ Below is a basic overview of `vicon` functionality:
- Requires .NET Framework (v4.8.1)
- A future version will hopefully switch to .NET Core to make this tool
cross-platform.
- Visual Studio 2022 / MSBuild / NuGet
- With `.NET desktop environment` workload
- Dedicated nuget install: `winget install Microsoft.NuGet`

## Initial Setup

Expand All @@ -68,7 +73,7 @@ Checkout and configure the repository via:
```pwsh
git clone https://github.com/jjcarrier/vicon.git
cd vicon
dotnet restore
nuget restore
```

Build the project via:
Expand Down

0 comments on commit 938a95e

Please sign in to comment.