Skip to content

Commit 7dae072

Browse files
committed
updated launch stack link
1 parent f6e8978 commit 7dae072

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This code is for a manuscript under revision, titled:
2424
Click launch button to spin up the latest release of CDeep3M on the cloud (~20 minute spin up time):
2525
**(Oregon region)**
2626

27-
[![Launch Deep3m AWS CloudFormation link](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=cdeep3m-stack-0-20-0rc5&templateURL=https://s3-us-west-2.amazonaws.com/cdeep3m-releases/0.20.0rc5/cdeep3m_0.20.0rc5_basic_cloudformation.json)
27+
[![Launch Deep3m AWS CloudFormation link](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=cdeep3m-stack-0-20-0&templateURL=https://s3-us-west-2.amazonaws.com/cdeep3m-releases/0.20.0/cdeep3m_0.20.0_basic_cloudformation.json)
2828

2929
**NOTE: Running will result in EC2 charges (0.9-3$ per hour runtime)**
3030

@@ -93,14 +93,14 @@ Done with your segmentation? Don't forget to [delete your Cloud Stack][deletesta
9393
#### Step 1) Download release tarball
9494

9595
```Bash
96-
wget https://github.com/CRBS/cdeep3m/releases/download/v0.20.0rc5/cdeep3m-0.20.0rc5.tar.gz
96+
wget https://github.com/CRBS/cdeep3m/releases/download/v0.20.0/cdeep3m-0.20.0.tar.gz
9797
```
9898

9999
#### Step 2) Uncompress
100100

101101
```Bash
102-
tar -zxf cdeep3m-0.20.0rc5.tar.gz
103-
cd cdeep3m-0.20.0rc5
102+
tar -zxf cdeep3m-0.20.0.tar.gz
103+
cd cdeep3m-0.20.0
104104
```
105105

106106
#### Step 3) Add to path

0 commit comments

Comments
 (0)