Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
highbyte authored Feb 23, 2021
1 parent 60f01d9 commit 11caeba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 11caeba

Please sign in to comment.