From 6018c7354645cdd9b27486c8f2b576faac463535 Mon Sep 17 00:00:00 2001 From: jipodine Date: Mon, 9 Dec 2024 14:36:54 +0100 Subject: [PATCH] minor corrections --- creating-a-project.md | 2 +- requirements.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/creating-a-project.md b/creating-a-project.md index 29ca2ba..5744fbd 100644 --- a/creating-a-project.md +++ b/creating-a-project.md @@ -4,7 +4,7 @@ A project is shared among a fleet of Raspberry Pi. Once created, you can install ## Project directory -The first time, you need to create a directory of your projects. +The first time, you need to create a directory of your projects. This will be a collection of projects. ```sh mkdir -p ~/Documents/dotpi-projects diff --git a/requirements.md b/requirements.md index 43ef4a9..6a8b7e3 100644 --- a/requirements.md +++ b/requirements.md @@ -9,12 +9,12 @@ For the developer machine, we need a host that is capable of running. - `ssh` - `Node.js` -We tested MacOS, Linux and Windows Subsystem for Linux (WSL). Pull request are welcome for other systems. +We tested MacOS, Linux and Windows Subsystem for Linux (WSL). Pull requests are welcome for other systems. ## Raspberry Pi computers _dotpi_ runs with Raspberry Pi version 3 and 4 (and should work on version 5 but has not been tested yet, any feedback welcome). -_dotpi_ systems installed on Rapsberry Pi are created on top of `Raspberry Pi OS`. Currently the underlying Debian distribution is `Bookworm`. _dotpi_ still runs with the previous distribution (`Bullseye`) but it is not supported. +_dotpi_ systems installed on Raspberry Pi are created on top of `Raspberry Pi OS`. Currently the underlying Debian distribution is `Bookworm`. _dotpi_ still runs with the previous distribution (`Bullseye`) but it is not supported. Additionally, _dotpi_ supports the `Lite` version (minimal, without graphical interface) of `Raspberry Pi OS`. It should work with other versions but it is untested.