File tree 3 files changed +82
-28
lines changed
3 files changed +82
-28
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ You can visit **[TRUST website](https://cea-trust-platform.github.io/)**
12
12
13
13
``` bash
14
14
# 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
16
16
# Move to the cloned TRUST folder
17
17
cd TRUST-1.9.5
18
18
# Download the required external packages
19
19
wget ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.5.tar
20
20
# or:
21
21
# 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
22
24
# Unzip the downloaded external packages folder
23
25
tar xf externalpackages-1.9.5.tar
24
26
# Have a look at the available configuration options
You can’t perform that action at this time.
0 commit comments