Skip to content

Commit

Permalink
Update README.md (#3097)
Browse files Browse the repository at this point in the history
* Update README.md

Bug #3085 
Updated the README.md with the links:
https://fprime.jpl.nasa.gov/latest/
https://git-scm.com/
https://gcc.gnu.org/
https://clang.llvm.org/
https://pypi.org/project/pip/
https://www.debian.org/
https://www.virtualbox.org/

* Update README.md

 - Removed extra bracket on hyperlink
 - Updated website to current one: 
**Please Visit the F´ Website:** [https://fprime.jpl.gov/latest](https://fprime.jpl.nasa.gov/latest/)

* Fixing link for virtual environments

* Remove double HTTPS

* Spurious [

---------

Co-authored-by: M Starch <[email protected]>
  • Loading branch information
matt392code and LeStarch authored Jan 6, 2025
1 parent 3871ccc commit 037b199
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 @@ -6,7 +6,7 @@
#
F´ (F Prime) is a component-driven framework that enables rapid development and deployment of spaceflight and other embedded software applications. Originally developed at the [Jet Propulsion Laboratory](https://www.jpl.nasa.gov/), F´ has been successfully deployed on [several space applications](https://nasa.github.io/fprime/projects.html). It is tailored but not limited to small-scale spaceflight systems such as CubeSats, SmallSats, and instruments.

**Please Visit the F´ Website:** [https://nasa.github.io/fprime](https://nasa.github.io/fprime/) for more information.
**Please Visit the F´ Website:** [https://fprime.jpl.gov/latest](https://fprime.jpl.nasa.gov/latest/) for more information.


## What does F´ provide
Expand All @@ -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://fprime.jpl.nasa.gov/latest/).


## System Requirements

1. Linux, Windows with WSL, or macOS operating system
2. git
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://docs.python.org/3/library/venv.html), and [PIP](https://pypi.org/project/pip/)


## Getting Started
Expand Down

0 comments on commit 037b199

Please sign in to comment.