Skip to content

Commit

Permalink
Merge pull request #69 from dominikl/fix_readmes
Browse files Browse the repository at this point in the history
Just fixes two issues in the READMEs
  • Loading branch information
dominikl authored Jun 6, 2019
2 parents 524e4bb + ad59c9e commit e44135a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See [Tips for Unix users](#tips-for-unix-users) section if you are running into

With [Docker](https://www.docker.com/) and [Jupyter](https://jupyter.org/) there is a quick and easy way to
get an R OMERO enviroment set up and running in your browser. Ideal to quickly try out some snippets. Go to
(jupyter)[jupyter] directory and see the instructions there.
[jupyter](jupyter) directory and see the instructions there.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions jupyter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ or create a new 'OMERO R' notebook from scratch!
Notes:
- If you want to build a specific version or branch use:
```
docker build --build-arg ROMERO_VERSION=0.4.5 .
docker build --build-arg ROMERO_BRANCH_USER=ome --build-arg ROMERO_BRANCH=master .
docker build -t romero --build-arg ROMERO_VERSION=0.4.5 .
docker build -t romero --build-arg ROMERO_BRANCH_USER=ome --build-arg ROMERO_BRANCH=master .
```
- The Dockerfile uses the [install.R](../install.R) script from the master branch.
You can specify a different script with the `INSTALL_SCRIPT_URL` parameter.

0 comments on commit e44135a

Please sign in to comment.