Skip to content

Commit

Permalink
add mdcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Genez committed Sep 29, 2023
1 parent 5c5e0bf commit 71964f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ tasks:
command: |
/workspace/conda/bin/mamba init bash
wget https://github.com/swsnr/mdcat/releases/download/mdcat-2.0.3/mdcat-2.0.3-x86_64-unknown-linux-musl.tar.gz
tar -zxvf mdcat-2.0.3-x86_64-unknown-linux-musl.tar.gz
export PATH=/mdcat-2.0.3-x86_64-unknown-linux-musl/mdcat:$PATH'
rm mdcat-2.0.3-x86_64-unknown-linux-musl.tar.gz
echo 'export LD_LIBRARY_PATH=/workspace/conda/envs/cactus_env/lib/:$LD_LIBRARY_PATH;
export C_INCLUDE_PATH=/workspace/conda/envs/cactus_env/include;
Expand Down

0 comments on commit 71964f8

Please sign in to comment.