Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this example, we are retrieving the .tar.gz file for version 5.5.0. Once downloaded we then un pack unpack it.

Code Block
[] wget https://github.com/TransDecoder/TransDecoder/archive/refs/tags/TransDecoder-v5.5.0.tar.gz
[] tar -xvf TransDecoder-v5.5.0.tar.gz

...