Unverified Commit 73eee1d6 authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

Update installation.md

Fixing a typo in this doc as fixed in https://github.com/lyft/amundsenfrontendlibrary/pull/192
parent 1d035cb1
...@@ -11,7 +11,7 @@ The following instructions are for setting up a version of Amundsen using Docker ...@@ -11,7 +11,7 @@ The following instructions are for setting up a version of Amundsen using Docker
``` ```
4. Ingest dummy data into Neo4j by doing the following: 4. Ingest dummy data into Neo4j by doing the following:
* Clone [amundsendatabuilder](https://github.com/lyft/amundsendatabuilder). * Clone [amundsendatabuilder](https://github.com/lyft/amundsendatabuilder).
* Run the following commands in the `amundsenddatabuilder` directory: * Run the following commands in the `amundsendatabuilder` directory:
```bash ```bash
$ python3 -m venv venv $ python3 -m venv venv
$ source venv/bin/activate $ source venv/bin/activate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment