mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Update README
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
be2e3c90db
commit
6df01eaddd
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Subsurface [![Build Status](https://travis-ci.org/Subsurface-divelog/subsurface.svg?branch=master)](https://travis-ci.org/Subsurface-divelog/subsurface)
|
||||
|
||||
This is the README file for Subsurface 4.8.1
|
||||
This is the README file for Subsurface 4.8.2
|
||||
|
||||
Please check the `ReleaseNotes.txt` for details about new features and
|
||||
changes since Subsurface 4.8 (and earlier versions).
|
||||
changes since Subsurface 4.8.1 (and earlier versions).
|
||||
|
||||
Subsurface can be found at http://subsurface-divelog.org
|
||||
|
||||
|
@ -38,10 +38,10 @@ development version) you can either get this via git or the release tar
|
|||
ball. After cloning run the following command:
|
||||
|
||||
```
|
||||
git checkout v4.8.1 (or whatever the last release is)
|
||||
git checkout v4.8.2 (or whatever the last release is)
|
||||
```
|
||||
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.1.tgz
|
||||
or download a tarball from http://subsurface-divelog.org/downloads/Subsurface-4.8.2.tgz
|
||||
|
||||
Detailed build instructions can be found in the INSTALL file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue