Skip to content

Commit

Permalink
typos in README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam authored and adamglowacki committed Dec 23, 2021
1 parent bc4f1d4 commit 8ceaa97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ To build the project, you usually need to perform the following steps:
- Get latest PDF Raster sources (use this for updates only)
```
git submodule update --init --recursive
git submodule foreach git pull origin master
```
git submodule foreach git pull origin master
```
- Build PDF Raster solution (/source/pdfraster/pdfraster.sln)

- [optional] [Download nuget](https://dist.nuget.org/index.html) (if you don't have it already)
- Install [Wix](http://wixtoolset.org/) to add installer project types in Visual Studio
- Install [BouncyCastle](http://https://www.bouncycastle.org//) to add support for Self-Certification
- Install [Wix](https://wixtoolset.org/) to add installer project types in Visual Studio
- Install [BouncyCastle](https://www.bouncycastle.org/) to add support for Self-Certification
- Restore packages by running ```nuget.exe restore TwainDirect.sln```

- Build PDF/raster solution (/source/pdfraster/pdfraster.sln)

- Build TWAIN Direct solution (/source/TwainDirect.sln)

0 comments on commit 8ceaa97

Please sign in to comment.