Skip to content

Commit ed6ff73

Browse files
Format README.md using markdown using http://dillinger.io
1 parent 4775ecf commit ed6ff73

File tree

1 file changed

+20
-28
lines changed

1 file changed

+20
-28
lines changed

README.md

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,43 @@
1+
12
# detectorMPI
23
Real-time parallel processing for cameras or scientific x-ray detectors. Based on QT and MPI.
34

4-
See the file, detectorMPIManual.pdf.
5-
6-
To edit user manual, soffice detectorMPIManual.odt
5+
## Documenation
6+
* See the file, detectorMPIManual.pdf.
7+
* To edit user manual, soffice detectorMPIManual.odt
78

8-
Some git commands...
9+
## Installation
910

1011
git clone https://github.com/argonnexraydetector/detectorMPI.git
1112

13+
* edit files...
14+
* git add edited_file
15+
* git commit or git commit -a
16+
* Submit a pull request to add changes to master
1217

13-
edit files...
14-
git add edited_file
15-
git commit
16-
17-
OR
18-
19-
git commit -a
20-
18+
To see the origin on github:
19+
* git remote -v
2120

22-
to see the origin on the web
23-
git remote -v
21+
To push your commits to github:
22+
* First you need to assicoate the repo w/ the github origin w/ username
2423

25-
To push your commits to github
26-
First you need to assicoate the repo w/ the github origin w/ username
24+
* git remote set-url origin https://[email protected]/argonnexraydetector/detectorMPI.git
2725

28-
git remote set-url origin https://[email protected]/argonnexraydetector/detectorMPI.git
2926

30-
31-
Below will push your git repo to the github
32-
git push origin
33-
You need the secret password..
27+
Below will push your git repo to the github:
28+
* git push origin
29+
* You need the secret password..
3430

3531

3632
Set up your git
37-
38-
git config --global user.name "John Doe"
39-
git config --global user.email [email protected]
40-
git config --global core.editor nedit
41-
33+
* git config --global user.name "John Doe"
34+
* git config --global user.email [email protected]
35+
* git config --global core.editor nedit
4236

4337

4438
Git how to book:
4539
http://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
4640

47-
.
48-
4941

5042

5143

0 commit comments

Comments
 (0)