Skip to content

Commit

Permalink
Added a line after last Windows step to inform to move onto Commons
Browse files Browse the repository at this point in the history
Included the use of more links for different sections in the page
  • Loading branch information
blakejameson committed Oct 7, 2024
1 parent 15b909c commit ff51a9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

F´ (F Prime) flight software for the PROVES CubeSat Kit. This version of the PROVES flight software is under development and is not ready to be used with flight hardware. Please see [proveskit/flight_software](https://github.com/proveskit/flight_software/) for our latest flight ready software.

**Note**: This guide features setup for both Linux/macOS and Windows (through the use of WSL). There will be a section specific to only Windows users, as well as a common section where steps will apply to both groups (Linux/macOS and Windows). If you are a Linux/macOS user, you can go straight to the [Common Section](#common-section-linuxmacos-and-windows).
### **Note**:
This guide features setup for both Linux/macOS and Windows (through the use of WSL). There will be a section specific to only [Windows](#windows-specific-section) users, as well as a common section where steps will apply to both groups (Linux/macOS and Windows).

If you're a Linux/macOS user, you can go straight to the [Common Section](#common-section-linuxmacos-and-windows). If a Windows user, do the [Windows](#windows-specific-section) section then go on to the [Common Section](#common-section-linuxmacos-and-windows) section.

## Windows Specific Section
### Windows Subsystem for Linux (WSL) Install
Expand Down Expand Up @@ -32,6 +35,7 @@ For some of us on WSL, the default download of CMake using apt resulted in build
```sh
wget -qO- https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-linux-x86_64.tar.gz | tar xzv && sudo mv cmake-3.30.4-linux-x86_64/bin/* /usr/local/bin && rm -r cmake-3.30.4-linux-x86_64
```
Now, you can proceed to the [Common Section](#common-section-linuxmacos-and-windows) and continue setup.
## Common Section (Linux/macOS and Windows)
### Building and Running the Deployment:

Expand Down

0 comments on commit ff51a9b

Please sign in to comment.