Skip to content

Commit

Permalink
README: info on bin install
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 30, 2021
1 parent 4e25cd6 commit 8322ebb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -55,11 +55,13 @@ If possible, please also refer to the version number provided by freebayes when

## Install

freebayes is provided as a pre-built 64-bit static Linux binary as part of [releases](https://github.com/freebayes/freebayes/releases).

Debian and Conda packages should work too, see the badges at the top
of this page.

To build freebayes from source check the
[development](#Development). It is important to get the full recursive
[development](#Development) section below. It is important to get the full recursive
git checkout and dependencies.

## Support
Expand Down
6 changes: 5 additions & 1 deletion RELEASE-NOTES.md
@@ -1,4 +1,8 @@
## ChangeLog v1.3.5 (2021????)
For contributions
see
[contributors](https://github.com/freebayes/freebayes/graphs/contributors)
and
[commits](https://github.com/freebayes/freebayes/commits/master).


## ChangeLog v1.3.4 (20210129)
Expand Down
3 changes: 1 addition & 2 deletions guix.scm
Expand Up @@ -8,8 +8,7 @@
;;
;; For the tests you need /usr/bin/env. In a container create it with
;;
;; mkdir -p /usr/bin
;; ln -s $GUIX_ENVIRONMENT/bin/env /usr/bin/env
;; mkdir -p /usr/bin ; ln -s $GUIX_ENVIRONMENT/bin/env /usr/bin/env

(use-modules
((guix licenses) #:prefix license:)
Expand Down

0 comments on commit 8322ebb

Please sign in to comment.