Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/INSTALLATION_WALKTHROUGH.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ We provide scripts to help you create consistent recordings:
#### 1. Record Miner Installation

```bash
cd /path/to/rustchain-bounties/issue1615
cd /path/to/Rustchain
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This corrected checkout path matches the repository-local scripts/asciinema/record_miner_install.sh path used by the next two commands. I also verified the script exists and is executable in the repo.

chmod +x scripts/asciinema/record_miner_install.sh
./scripts/asciinema/record_miner_install.sh
```
Expand Down
Loading