Skip to content

Commit

Permalink
Update README for version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Roth authored Jun 20, 2018
1 parent 69369b7 commit c7058f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All persistent data will be stored on the host. I am using the directory `/var/w
```bash
WEBSERVER_DIR=/var/webserver
# create folder structure
mkdir -p $WEBSERVER_DIR/{media_db,logs,motif_db,mysql_db,redis_db,backup,tmp}
mkdir -p $WEBSERVER_DIR/{media_db,logs,motif_db,mysql_db,redis_db,backup,tmp,test_data}

cd $WEBSERVER_DIR
git clone https://github.com/soedinglab/BaMM_webserver.git
Expand Down

0 comments on commit c7058f7

Please sign in to comment.