From d5d27b29b8f22767a23ec42478598aad8a7bdb50 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 13 Apr 2022 07:03:38 -0400 Subject: [PATCH] Move installation guide to top-level INSTALL.md (#31) This follows https://github.com/IBM-Quantum-Prototypes/quantum-kernel-training/pull/17 --- docs/installation_guide.md => INSTALL.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/installation_guide.md => INSTALL.md (100%) diff --git a/docs/installation_guide.md b/INSTALL.md similarity index 100% rename from docs/installation_guide.md rename to INSTALL.md diff --git a/README.md b/README.md index 3930e44..15cb477 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ We encourage you to use this template repository to begin your own research proj 1. [About the Project](docs/project_overview.md) 2. [Beginner's Guide](docs/beginners_guide.md) -3. [Installation](docs/installation_guide.md) +3. [Installation](INSTALL.md) 4. [Quickstart Guide](docs/quickstart_guide.md) 5. [Tutorials](docs/tutorials/example_tutorial.ipynb) 6. [How-Tos](docs/how_tos/example_how_to.ipynb)