Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpacini committed Dec 3, 2019
1 parent 9e82dd5 commit 629e1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Refer to the specifications at `https://tools.ietf.org/html/rfcXXXX` .
## Development
The following sections are instructions on how to rebuild and test this package.

### Build Specs
### Build
To rebuild the Source Zip, open the `hashlib\hashlib.lvproj` (LabVIEW Project), navigate to the `Build Specifications > Hashlib Source` properties, under `Zip Information` update the **Destination** filename version and press **Build**.

The Source Zip is output to `releases/rcpacini_hashlib-X.X.X.X.zip`
Expand All @@ -46,7 +46,7 @@ To rebuild the VI Package, open the `hashlib\hashlib.vipb` (VI Package Build) in

The VI Package is output to `releases/rcpacini_hashlib-X.X.X.X.vip`

### Tests
### Test
Once the VI Package is installed to `Functions > User Libraries > rcpacini > Hashlib`, open the `tests\test_hashlib.lvproj` and run the `test_all.vi`.
If successful, the **all_passed** boolean should return True.

Expand Down

0 comments on commit 629e1ff

Please sign in to comment.