Skip to content

Commit f1d84eb

Browse files
committed
Tweak walkthrough to make clear you need to commit and push the initial step of adding config file
1 parent 09e8b39 commit f1d84eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jekyll/_cci2/project-walkthrough.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Finally, we'll deploy the application to Heroku and discuss other deployment opt
3535

3636
## Upload Your Code
3737

38-
To use CircleCI, your code must be available on GitHub or BitBucket, in either a private or public repository. We'll be using GitHub for this walkthrough.
38+
To use CircleCI, your code must be available on GitHub or BitBucket, in either a private or public repository. We'll be assuming GitHub for this walkthrough, but the same flow applies to BitBucket as well.
3939

4040
<div class="alert alert-info" role="alert">
4141
<strong>Tip:</strong> If you're following along and want to use the code, you should fork and clone the <a class="alert-link" href="https://github.com/circleci/cci-demo-walkthrough">cci-demo-walkthrough</a> project. On your local machine, delete the <code>.circleci</code> directory and make a commit. You now have a clean project ready to start configuring for use with CircleCI.
@@ -56,6 +56,8 @@ version: 2
5656
5757
This tells CircleCI to use CircleCI 2.0. Without this, CircleCI will try to build the project on CircleCI 1.0.
5858
59+
Commit and push your changes to get your new `.circleci` folder and the `config.yml` file into GitHub.
60+
5961
## Add Project and Start Building
6062

6163
Log into CircleCI ([create an account](https://circleci.com/signup/) if you haven't already) and go to the '[Add Projects](https://circleci.com/add-projects)' screen. Locate your project and click the green 'Build Project' button.

0 commit comments

Comments
 (0)