adamcohenhillel/LLMs-Cheatsheet

Mistake in SSH command in documentation

Opened this issue · 0 comments

There is a small mistake in the SSH command provided in the README.

The command provided in the documentation is incorrect and will throw an error because ‘ssh’ is repeated.
Here is the command as it appears in the documentation:
7. SSH into the Raspberry PI:
ssh ssh <YOUR_USERNAME>@raspberrypi.local

The correct command should be:
ssh <YOUR_USERNAME>@raspberrypi.local"