diff --git a/README b/README deleted file mode 100644 index 0626bb5..0000000 --- a/README +++ /dev/null @@ -1,5 +0,0 @@ -Welcome to Gordon-Text_utils-Library. - -Gordon-Text_utils-Library is free software. Please see the file COPYING for details. -For documentation, please see the files in the doc subdirectory. -For building and installation instructions please see the INSTALL file. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e77ca90 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Welcome to Gordon Text utils Library + +Gordon Text utils library is free software. Please see the file COPYING for details. +For documentation, please see the files in the doc subdirectory. + +For building and installation instructions please see the INSTALL file. Alternatively +you can also use conda to install this library. + +```bash +conda install libgtextutils -c conda-forge -c bioconda +```