Skip to content

Commit 091e6b3

Browse files
committed
Added electron-packager directions
Slightly clarification to install steps
1 parent 143cb14 commit 091e6b3

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ src/testData.camv
77
src/testDataOut.camv
88
src/testData.json
99
.DS_Store
10-
src/CAMV-*-*/
10+
CAMV-*-*/

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
# CAMV
2-
Tool for validation proteomic mass spectrometry peptide assignments
2+
3+
Tool for validation proteomic mass spectrometry peptide assignments.
34

45
# Installation
5-
```npm install```
66

7-
```npm install electron```
7+
From `src/` run:
88

9-
```bower install```
9+
```
10+
npm install
11+
npm install electron
12+
bower install
13+
```
1014

1115
# Usage
16+
1217
`electron .` from src/
1318

19+
# Deployment
20+
21+
From this directory, run:
22+
23+
```
24+
electron-packager src/ --all
25+
```
26+
27+
This will generate fully-independent packages for Linux, Windows, and OS X.
28+
1429
# Testing
30+
1531
Choose `examples/testData.camv`

0 commit comments

Comments
 (0)