Skip to content

Commit 5d4e476

Browse files
committed
convert git clone to https method
1 parent 8e15aa8 commit 5d4e476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This application supports the [Getting Started with Python on Heroku](https://de
99
Make sure you have Python 3.7 [installed locally](http://install.python-guide.org). To push to Heroku, you'll need to install the [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli), as well as [Postgres](https://devcenter.heroku.com/articles/heroku-postgresql#local-setup).
1010

1111
```sh
12-
$ git clone git@github.com:heroku/python-getting-started.git
12+
$ git clone https://github.com/heroku/python-getting-started.git
1313
$ cd python-getting-started
1414

1515
$ python3 -m venv getting-started

0 commit comments

Comments
 (0)