Skip to content

Runestone Documentation Issue: Instructions for BOOK_PATH unclear in 6.1 #1269

Description

@habibasorour

What Page were you on?
https://docs.runestone.academy/en/latest/running.html

Describe the bug
In 6.1, it mentions having book_path ready and adding it to Docker. It is explained further down in section 6.7, but there is no mention of going to 6.7 for clarification.

Suggested Fix:

  • A mention of 6.7 in 6.1 would be very helpful.
  • Adding a subsection in 6.1 or at the start of 6.2 explaining how to set up the books directory, and not have it at the end of 6.7
  • Its wording can be: (Set Up Books Directory (all platforms):
    You need to create a directory for your books before running the setup script. This directory will become your books path (referenced in section 6.7).
    On Linux/macOS/WSL (Windows): Open your terminal and run:
    mkdir -p ~/runestone/books
    This creates the directory at /home/youruser/runestone/books. Use this full Linux path when Docker asks for your books path and when adding the directory to Docker’s file sharing settings.
    Windows users: Run the mkdir command above inside your WSL terminal (Ubuntu), not in File Explorer or PowerShell. Everything must stay in the Linux filesystem.)

A Screenshot is worth a thousand words

Image

What is your username
habibasorour

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions