Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt392code authored Dec 27, 2024
1 parent 231cfdb commit ec0d817
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ F´ (F Prime) is a component-driven framework that enables rapid development and
- A growing collection of ready-to-use components
- Testing tools for testing flight software at the unit and integration levels.

Learn more about [F´ key features](https://nasa.github.io/fprime/features.html).
Learn more about [F´ key features]([https://(https://fprime.jpl.nasa.gov/latest/)).


## System Requirements

1. Linux, Windows with WSL, or macOS operating system
2. git
1. [Linux](https://www.debian.org/), Windows with WSL, or macOS operating system
2. [git](https://git-scm.com/)
3. [CMake 3.16+](https://cmake.org/download/). CLI tool must be available on the system path.
4. Clang or GNU C and C++ compilers (e.g. gcc and g++)
5. [Python 3.8+](https://www.python.org/downloads/), virtual environments, and PIP
4. [Clang](https://clang.llvm.org/) or [GNU C and C++ compilers](https://gcc.gnu.org/) (e.g. gcc and g++)
5. [Python 3.8+](https://www.python.org/downloads/), [virtual environments](https://www.virtualbox.org/), and [PIP](https://pypi.org/project/pip/)


## Getting Started
Expand Down

0 comments on commit ec0d817

Please sign in to comment.