Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jipodine committed Dec 9, 2024
1 parent 29c62e5 commit 6018c73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion creating-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6018c73

Please sign in to comment.