From 037b199f84d26f89bee0daae9747e5d39019469d Mon Sep 17 00:00:00 2001 From: matt392code Date: Mon, 6 Jan 2025 16:35:02 -0500 Subject: [PATCH] Update README.md (#3097) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f087710e7..390f0f6d34 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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