Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2343

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ext-raspberry-led-blinker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
steps:
- name: "Setup environment"
run: |
touch /tmp/hello.sh
chmod +x /tmp/hello.sh
/tmp/hello.sh
python -m venv venv
. venv/bin/activate
pip install fprime-gds
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ F´ (F Prime) is a component-driven framework that enables rapid development and
**Please Visit the F´ Website:** [https://nasa.github.io/fprime](https://nasa.github.io/fprime/) for more information.



## What does F´ provide

- An architecture that decomposes flight software into discrete components with well-defined interfaces
Expand Down Expand Up @@ -66,4 +67,4 @@ The [F´ Community](https://github.com/fprime-community) GitHub Organization con

## Release Notes

The version history and artifacts associated with the project can be found at [Releases](https://github.com/nasa/fprime/releases).
The version history and artifacts associated with the project can be found at [Releases](https://github.com/nasa/fprime/releases).
Loading