Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Sourcebot

install

1

mkdir sourcebot
cd sourcebot
vim docker-compose.yml
services:
  sourcebot:
    image: ghcr.io/sourcebot-dev/sourcebot:latest
    ports:
      - "3100:3100"
    restart: unless-stopped
sudo docker compose up -d

  1. Getting Started