-
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.
- Loading branch information
Showing
1 changed file
with
12 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
# Color Picker | ||
# PixelPalette | ||
|
||
PixelPalette is a Windows application that makes it easy to grab a color from your screen. | ||
|
||
## Dependencies | ||
|
||
- Minimum .NET Core 3.1 (https://dotnet.microsoft.com/download/dotnet-core) | ||
- Minimum of .NET Core 3.1 (https://dotnet.microsoft.com/download/dotnet-core) | ||
|
||
## Portable variant | ||
|
||
1. Download the latest `.zip` file from the Releases tab. | ||
2. Extract the zip file wherever you please. | ||
|
||
## Portable Installation | ||
## Installation | ||
|
||
1. Download latest `.zip` file from the Releases tab. | ||
2. Extract the zip file wherever you please. | ||
1. Download the latest `.msi` file from the Releases tab. | ||
2. Run the downloaded file and complete the installation. |