From f68159e7cb76f4fa7b0198c0ff05a3c1e67e07e9 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Fri, 16 Jun 2023 14:16:31 -0400 Subject: [PATCH] basic introduction --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7e870b..14e72f1 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,11 @@ Examples include the [BeagleBone Black](https://beagleboard.org/black) which was For more information about the hardware used in the reactors see [here](wiki/reactor.md#hardware). In its current state, FRMS is very bare bones and exists mostly as a proof of concept. -There are several routes to improving the software described in the [future work](wiki/future-work.md) section. -To get started with FRMS see [here](#getting-started). -For further information about any of the technical information see [here](wiki/wiki.md). -For any bugs/questions please file an issue [here](https://github.com/fl-src/FRMS/issues/new). +Quickly navigate to: +- [Getting started](#getting-started) +- [Improving the project](wiki/future-work.md) +- [More information](wiki/wiki.md) +- [Bugs/questions](https://github.com/fl-src/FRMS/issues/new) ## Getting Started