New install script updated for github

This commit is contained in:
Eric Coissac
2024-07-29 14:35:21 +02:00
parent 2247c3bc0a
commit bc1aaaf7d9
3 changed files with 10 additions and 8 deletions

View File

@ -5,7 +5,7 @@ They are implemented in *GO* and are tens of times faster than OBITools2.
The git for *OBITools4* is available at :
> https://metabarcoding.org/obitools4
> https://github.com/metabarcoding/obitools4
## Installing *OBITools V4*
@ -13,7 +13,7 @@ An installation script that compiles the new *OBITools* on your Unix-like system
The easiest way to run it is to copy and paste the following command into your terminal
```{bash}
curl -L https://metabarcoding.org/obitools4/install.sh | bash
curl -L https://raw.githubusercontent.com/metabarcoding/obitools4/master/install_obitools.sh | bash
```
By default, the script installs the *OBITools* commands and other associated files into the `/usr/local` directory.
@ -33,7 +33,7 @@ available on your system, the installation script offers two options:
You can use these options by following the installation command:
```{bash}
curl -L https://metabarcoding.org/obitools4/install.sh | \
curl -L https://raw.githubusercontent.com/metabarcoding/obitools4/master/install_obitools.sh | \
bash -s -- --install-dir test_install --obitools-prefix k
```