How to do git clone with hass.io installed form image

I installed hass.io to my raspberry using using an image file.

Now I would like to use a calender-card in lovelace ui (https://github.com/ljmerza/calendar-card)

The instructions say I have to do a git clone, but (dumb) I don’t know how to get that done.

When I approach my RPI with ssh I do cannot get to the config directory, nor when i go directly to my rpi.
login takes me to hass.io CLI and thats it.

So how do I get to the “normal” root

If you have the ssh add-on installed, you should have access. SSH as root to your pi, then cd /config. From there you can create the www directory (mkdir www).

The just copy/paste the git clone command from the web page into your ssh session and hit enter.

I use ssh, but it doesn’t allow me to go to config.

try:

“cd /config”

notice the space

That simple :slight_smile: thank you