-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for .net 8.0. Added additional instructions to readme.
- Loading branch information
ThreeSevenths
committed
Nov 21, 2023
1 parent
e0562dd
commit 010d838
Showing
6 changed files
with
54 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
NoSleep | ||
# NoSleep | ||
|
||
A simple utiltity to prevent Windows from entering idle and sleeping. Useful while working on a PC but not actively using it. | ||
|
||
## Getting and Compiling NoSleep | ||
|
||
You can easily clone the repository with something similar to | ||
|
||
``` | ||
git clone https://github.com/ThreeSevenths/NoSleep.git | ||
``` | ||
|
||
To build the solution | ||
|
||
``` | ||
cd NoSleep/NoSleep | ||
dotnet restore | ||
dotnet build | ||
dotnet publish | ||
``` |