Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.rst #693

Merged
merged 3 commits into from Oct 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/installation.rst
Expand Up @@ -194,6 +194,9 @@ If your AWS Cloud9 environment has a SAM CLI version < 0.3.0 installed there are

# Create new symlink
$ ln -sf $(which sam) ~/.c9/bin/sam

# Reset the bash cache
$ hash -r

# Verify your installation worked
$ sam –-version
Expand Down