Skip to content

install.sh instructions #20

@tseemann

Description

@tseemann

The docs say to just rune install.sh ?

It would be good to make that script safer.
Look up definsive bash programming

  1. add #!/bin/bash line
  2. add set -e -u so it stops if one of the commands fail
    eg. conda or R is not installed

It should probably warn that it is about to make 100s of files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions