diff --git a/CHANGELOG.md b/CHANGELOG.md index 243e04ddcac..8cbe53571d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,11 @@ The types of changes are: ## [Unreleased](https://github.com/ethyca/fidesops/compare/1.6.0...main) - -### Devloper Experience +### Developer Experience * Reduce the size of the docker image [#707](https://github.com/ethyca/fidesops/pull/707) + +* ### Docs +* Updated the tutorial installation to use main in fidesdemo [#715](https://github.com/ethyca/fidesops/pull/715) ## [1.6.0](https://github.com/ethyca/fidesops/compare/1.5.3...1.6.0) diff --git a/docs/fidesops/docs/tutorial/installation.md b/docs/fidesops/docs/tutorial/installation.md index 06fcf567816..1eb75731c5e 100644 --- a/docs/fidesops/docs/tutorial/installation.md +++ b/docs/fidesops/docs/tutorial/installation.md @@ -11,13 +11,10 @@ To run this project, ensure you have the following requirements installed and ru ## Clone the fidesdemo repo -Let's clone [Fides Demo](https://github.com/ethyca/fidesdemo), and rewind to an earlier tag, so we can build out -the later commits together. Among other things, this will give us a Flask App to -mimic your application and some YAML files that annotate the Flask App's databases. +Clone [Fides Demo](https://github.com/ethyca/fidesdemo), and run `make install` to begin setup. Among other things, this will create a [Flask](https://flask.palletsprojects.com/) app to mimic your application, and provide several YAML files that annotate the Flask app's databases. ```bash git clone https://github.com/ethyca/fidesdemo cd fidesdemo -git checkout fidesctl-demo make install source venv/bin/activate ```