Skip to content

Commit 961d79d

Browse files
committed
Commit for an official Release v1.9.5 version.
1 parent ad9fae8 commit 961d79d

File tree

3 files changed

+82
-28
lines changed

3 files changed

+82
-28
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ You can visit **[TRUST website](https://cea-trust-platform.github.io/)**
1212

1313
```bash
1414
# Check out the sources for TRUST
15-
git clone git@github.com:cea-trust-platform/trust-code.git TRUST-1.9.5
15+
git clone https://github.com/cea-trust-platform/trust-code.git TRUST-1.9.5
1616
# Move to the cloned TRUST folder
1717
cd TRUST-1.9.5
1818
# Download the required external packages
1919
wget ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.5.tar
2020
# or:
2121
# curl ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.5.tar > externalpackages-1.9.5.tar
22+
# or:
23+
# wget "https://drive.usercontent.google.com/download?id=1YrG36uK5cJoQ9gHAnilJSUjfTWnFBboJ&export=download&authuser=0&confirm=t" -O externalpackages-1.9.5.tar
2224
# Unzip the downloaded external packages folder
2325
tar xf externalpackages-1.9.5.tar
2426
# Have a look at the available configuration options

0 commit comments

Comments
 (0)