Skip to content

Commit 07645b6

Browse files
committed
Improved README.md.
1 parent 8d640fd commit 07645b6

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -200,22 +200,31 @@ make install
200200

201201
SubNetCalc is released under the GNU General Public Licence (GPL).
202202

203-
Please use the issue tracker at https://github.com/dreibh/subnetcalc/issues to report bugs and issues!
203+
Please use the issue tracker at [https://github.com/dreibh/subnetcalc/issues](https://github.com/dreibh/subnetcalc/issues) to report bugs and issues!
204204

205205
### Development Version
206206

207-
The Git repository of the SubNetCalc sources can be found at https://github.com/dreibh/subnetcalc:
207+
The Git repository of the SubNetCalc sources can be found at [https://github.com/dreibh/subnetcalc](https://github.com/dreibh/subnetcalc):
208+
209+
```
210+
git clone https://github.com/dreibh/subnetcalc
211+
cd subnetcalc
212+
cmake .
213+
make
214+
```
215+
216+
Contributions:
208217

209-
- Issue tracker: https://github.com/dreibh/subnetcalc/issues.
218+
- Issue tracker: [https://github.com/dreibh/subnetcalc/issues](https://github.com/dreibh/subnetcalc/issues).
210219
Please submit bug reports, issues, questions, etc. in the issue tracker!
211220

212-
- Pull Requests for SubNetCalc: https://github.com/dreibh/subnetcalc/pulls.
221+
- Pull Requests for SubNetCalc: [https://github.com/dreibh/subnetcalc/pulls](https://github.com/dreibh/subnetcalc/pulls).
213222
Your contributions to SubNetCalc are always welcome!
214223

215-
- CI build tests of SubNetCalc: https://github.com/dreibh/subnetcalc/actions.
224+
- CI build tests of SubNetCalc: [https://github.com/dreibh/subnetcalc/actions](https://github.com/dreibh/subnetcalc/actions).
216225

217-
- Coverity Scan analysis of SubNetCalc: https://scan.coverity.com/projects/dreibh-subnetcalc.
226+
- Coverity Scan analysis of SubNetCalc: [https://scan.coverity.com/projects/dreibh-td-subnetcalc](https://scan.coverity.com/projects/dreibh-td-subnetcalc).
218227

219228
### Current Stable Release
220229

221-
See https://www.nntb.no/~dreibh/subnetcalc/#Download!
230+
See [https://www.nntb.no/~dreibh/subnetcalc/#Download](https://www.nntb.no/~dreibh/subnetcalc/#Download)!

0 commit comments

Comments
 (0)