From 11caebad56ca39fc26c1a88df684b68ce9782649 Mon Sep 17 00:00:00 2001 From: Christer C Date: Tue, 23 Feb 2021 15:01:35 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 6fb3079f..39ed4e30 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,6 @@ Inspiration for this library was a [Youtube-series](https://www.youtube.com/watc # How to use Highbyte.DotNet6502 library from a .NET application ## Reference NuGet package -Add GitHub Packages source. _Depending on platform, you may have to use option ```--store-password-in-clear-text```._ - -_(if/when this package will live on nuget.org, adding a source would not be needed)_ -``` powershell -dotnet nuget add source https://nuget.pkg.github.com/highbyte/index.json --name "github-highbyte" --username [your-git-username] --password [your-git-personal-access-token] -``` -Add reference to the NuGet package in your application ``` dotnet add package Highbyte.DotNet6502 --prerelease ```