Skip to content

Commit 3025e7e

Browse files
authored
Update README.md
1 parent 2dc24d6 commit 3025e7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ Python 3 DIRACOS installer built using [conda constructor](https://github.com/co
1616

1717
## Installing DIRACOS2
1818

19-
These instructions will install the latest release of DIRACOS in a folder named `diracos`. To install a specific version replace `/latest/download/` in the URL with a version like `/download/2.0a4/`.
19+
These instructions will install the latest release of DIRACOS in a folder named `diracos`. To install a specific version replace `/latest/download/` in the URL with a version like `/download/2.0/`.
2020

2121
```bash
2222
curl -LO https://github.com/DIRACGrid/DIRACOS2/releases/latest/download/DIRACOS-Linux-x86_64.sh
2323
bash DIRACOS-Linux-x86_64.sh
2424
```
2525

2626
It can then be activated in a similar way to version 1 of DIRACOS, by calling ` source "$PWD/diracos/diracosrc"`.
27-
28-
**NOTE:** At this time there are no stable releases of DIRACOS2 and therefore the `/latest/` alias is non-functional. See the [GitHub releases page](https://github.com/DIRACGrid/DIRACOS2/releases) for the list of available pre-releases.
27+
Further usage instructions are shown after installation.
2928

3029
## Advanced documentation
3130

0 commit comments

Comments
 (0)