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 some codespaces screenshots/wording #5

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
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
Binary file modified sites/intro-to-rails/img/codespaces5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sites/intro-to-rails/img/codespaces9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions sites/intro-to-rails/intro-to-rails.step
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ On the next screen, you can click "skip personalization" on the bottom to contin
To do that,
<a href="https://github.com/railsbridge-boston/start/generate" target="_blank">Create a new repository</a> from the Railsbridge template.
You can pick any name you like, or accept the default suggestion. You can also decide if you want your code to be public
for anyone to see, or private. <br><br>Leave the "Include all branches" option unchecked, then click <strong>Create repository</strong>.<br>
for anyone to see, or private. <br><br>Click <strong>Create repository</strong> to continue.<br>
<img class="screenshot" src="./img/codespaces5.png" />
</p>
<p>
Expand All @@ -58,11 +58,12 @@ On the next screen, you can click "skip personalization" on the bottom to contin
</p>
<p>
When it's finished, you'll be taken to a page that looks like this. Click on the green <strong>Code</strong> button,
make sure you're on the "Codespaces" tab,
then click <strong>Create codespace on main</strong>. This will be our code editor.<br>
<img class="screenshot" src="./img/codespaces7.png" />
</p>
<p>
This will begin setting up the editor in your browser. It may take a minute or two.<br>
This will begin setting up the editor in your browser. This usually takes at least 2 - 3 minutes.<br>
<img class="screenshot" src="./img/codespaces8.png" />
</p>
<p>
Expand Down