Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stesee authored Dec 14, 2023
1 parent 43b2b8a commit f4f997f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ get
- NodeJs
- node 18 or 20 x64 (older node versions are supported by older PDFjsSharp versions)

- .NET Framework 4.6.1 or .NET Core 2.0 or [something newer](https://github.com/dotnet/standard/blob/master/docs/versions/netstandard2.0.md)

## HowTo use

- Install nuget package [PdfjsSharp](https://www.nuget.org/packages/Codeuctivity.PdfjsSharp/)
Expand All @@ -29,9 +27,7 @@ Assert.Equal(1, actualImages.Count);

## Development

### Windows

Visual Studio 2022 or .net 6 SDK
get .net 8 sdk

### Upgrade npm packages

Expand All @@ -53,7 +49,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
exit
nvm install 20
sudo apt install dotnet8 zip
echo export DOTNET_CLI_TELEMETRY_OPTOUT=1>> ~/.bash_profile
```

#### Steps to update node_modules.linux.node\*.zip
Expand Down

0 comments on commit f4f997f

Please sign in to comment.