Skip to content

Commit

Permalink
Fix broken links in INSTALL.md (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Mar 25, 2024
1 parent 5c1dd45 commit 78525fe
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ This installation guide is specifically designed to enable individuals and resea

**Sections:**
- [System Requirements](#system-requirements)
- [Setting Up the Development Environment](#setting-up-the-development-environment)
- [Creating a New Project](#creating-a-new-project)
- [Creating a New Project](#creating-a-new-f´-project)
- [Working With An Existing Project](#working-with-an-existing-project)
- [Troubleshooting](#troubleshooting)

Expand All @@ -35,7 +34,7 @@ Requirements:
> macOS users must ensure the [CMake command line utility is on their path](#mac-os-x-and-cmake-command-not-found)
> Other OS-specific notes are in the [Troubleshooting](#Troubleshooting) section below.
> Other OS-specific notes are in the [Troubleshooting](#troubleshooting) section below.

## Creating a new F´ Project
Expand All @@ -49,7 +48,7 @@ The F´ Bootstrap tool is responsible for creating a new F´ project and install
pip install fprime-bootstrap
```

> Some macOS users see an SSL error. [Correct the SSL error](#ssl-error-with-python-37-on-macos) and rerun the above command.
> Some macOS users see an SSL error. [Correct the SSL error](#ssl-error-with-python-38-on-macos) and rerun the above command.
### 2. Create a new project

Expand Down Expand Up @@ -84,7 +83,7 @@ Next steps: [HelloWorld Tutorial](https://fprime-community.github.io/fprime-tuto

Sometimes users wish to work with existing F´ projects. Once the project has been acquired, users should install the tools associated with that project. This is done with:

1. Ensure a virtual environment for this project has been created and [activated](#setting-up-the-development-environment)
1. Ensure a virtual environment for this project has been [created and activated](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/)

2. Download the project
> When using `git` and submodules, remember to run `git submodule update --init --recursive`
Expand Down

0 comments on commit 78525fe

Please sign in to comment.