Skip to content

Commit

Permalink
Merge pull request #61 from awslabs/issue-59
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
archieco authored Apr 26, 2023
2 parents 2da3efc + 46eabd9 commit d2a8a94
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 @@ -51,7 +51,7 @@ Sample use cases that have leveraged early iterations of VAMS include:

VAMS Codebase is changing frequently and we recommend you checkout the stable released version from github.

You can identify stable releases by their tag. Fetch the tags git fetch --all --tags and then git checkout tags/v1.0.1 or git checkout -b v1.0.1 tags/v1.0.1.
You can identify stable releases by their tag. Fetch the tags `git fetch --all --tags` and then `git checkout tags/TAG` or `git checkout -b TAG tags/TAG` where TAG is the actual desired tag. A list of tags is found by running `git tag --list` or on the [releases page](https://github.com/awslabs/visual-asset-management-system/releases).

1. `cd ./web && nvm use` - make sure you're node version matches the project. Make sure Docker daemon is running.

Expand Down

0 comments on commit d2a8a94

Please sign in to comment.