plus3it / plus3it/spel

[Documentation - BUG] Guidance in the Usage Document

Open Beginner friendly
#823 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

documentation
Dominant language
Shell
Stars
105
Forks
63
PR merge metrics
No merged PRs in 30d

Description

Looks like the content actually comes from docs/usage.d/userData-Linux-bash.sh. Probably wants to be updated to:

#!/bin/bash
PYPI_URL=https://pypi.org/simple

# Ensure pip modules are globally-readable
umask 022

# Install pip
python3 -m ensurepip

# Install setup dependencies
python3 -m pip install --index-url="$PYPI_URL" uv

# Install Watchmaker
uv pip install --index-url="$PYPI_URL" --upgrade watchmaker --system

# Run Watchmaker
watchmaker --log-level debug --log-dir=/var/log/watchmaker

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open docs/usage.d/userData-Linux-bash.sh and compare its current guidance with the commands and environment variables shown in the issue. Done means the usage guidance reflects the requested Python, pip, uv, Watchmaker, and logging setup; no test file is mentioned in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
documentation
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.