Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ https://docs.google.com/spreadsheets/d/11an55u9t2TAf0EV2pHN0vOd8Ww2Gie-tHp9xGULh

### 1. To execute demo with Docker

First download the image
First, make sure the path you are currently working in has 21 or fewer characters. To assess the number of characters in your current directory, do:

```echo ${#PWD}```

If this number exceeds 21, please change your directory accordingly.

Next, download the image
```bash
docker pull repronim/simple_workflow:latest
```
Expand Down