Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0054e8d

Browse files
committed
Update docs for new cookiecutter
1 parent d96b863 commit 0054e8d

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

docs/quickstart.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,18 @@ To install Baseplate, use the debian packages::
1313
Cookiecutter
1414
------------
1515

16-
Baseplate has a few `Cookiecutter <https://cookiecutter.readthedocs.org>`_
17-
templates available to make a skeleton for your new project.
16+
Baseplate has a project generation tool to help you get started.
17+
Install it::
1818

19-
For `Thrift`_::
19+
pip install git+https://github.com/reddit/baseplate-cookiecutter
2020

21-
cookiecutter git@github.com:reddit/reddit-cookiecutter-thrift
21+
Then run the tool and follow the prompts::
2222

23-
For `Pyramid`_::
24-
25-
cookiecutter git@github.com:reddit/reddit-cookiecutter-pyramid
23+
baseplate-cookiecutter
2624

2725
The templates have liberal "TODO"s for you to fill in your application. Good
2826
luck!
2927

30-
.. _Thrift: https://github.com/reddit/reddit-cookiecutter-thrift
31-
.. _Pyramid: https://github.com/reddit/reddit-cookiecutter-pyramid
32-
3328
Serving
3429
-------
3530

0 commit comments

Comments
 (0)