From 42d3d9808c4d7a6216eb778f2a6d1fe73c57141f Mon Sep 17 00:00:00 2001 From: Sultan S Al Yami Date: Wed, 27 Sep 2017 20:19:56 -0400 Subject: [PATCH] Commit --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README b/README index fee6dd8..2eace68 100644 --- a/README +++ b/README @@ -26,13 +26,20 @@ The tool is already in binary; there is no need for installation. - NUHT_Compress - Run command: - ./NUHT_Compress example.fasta + Mac & Linux: + ./NUHT_Compress example.fasta + Windows: + NUHT_Compress.exe example.fasta - Output/: example.nuht - NUHT_Decompress - Run command: - ./NUHT_Decompress example.nuht + Mac & Linux: + ./NUHT_Decompress example.nuht + Windows: + NUHT_Decompress.exe example.nuht + - Output/: - example_.fasta \ No newline at end of file + example_.fasta