Skip to content

Commit

Permalink
Update readme for .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleny113 committed Nov 12, 2024
1 parent bb5c6e8 commit c2caba3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![.NET build status](https://github.com/Fleny113/Hexus/actions/workflows/dotnet.yml/badge.svg?branch=main&event=push)](https://github.com/Fleny113/Hexus/actions/workflows/dotnet.yml)
![](https://img.shields.io/badge/.NET-9.0-purple)

Hexus is a process manager built using .NET 8 designed to work on Linux and Windows seamlessly while being nice and simple to use
Hexus is a process manager built using .NET 9 designed to work on Linux and Windows seamlessly while being nice and simple to use

## Features

Expand All @@ -17,7 +17,7 @@ Hexus is a process manager built using .NET 8 designed to work on Linux and Wind

## Installation

Download the binary from the latest CI release below or compile it using the [`.NET 8`](https://get.dot.net/8) SDK.
Download the binary from the latest CI release below or compile it using the [`.NET 9`](https://get.dot.net/9) SDK.

| OS | Self-contained | Runtime dependent |
|:-------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
Expand All @@ -30,7 +30,7 @@ Download the binary from the latest CI release below or compile it using the [`.

If you want to compile the binary for yourself you need to install:

- [`.NET 8`](https://get.dot.net/8) SDK
- [`.NET 9`](https://get.dot.net/9) SDK
- `ASP.NET Core`, usually bundled with the SDK

To create a release build to use run the following command after have cloned the repo and being in the top directory
Expand Down

0 comments on commit c2caba3

Please sign in to comment.