Skip to content

Commit

Permalink
Update README so that the git clone line is more generic for other bu…
Browse files Browse the repository at this point in the history
…ilders.
  • Loading branch information
ozfive committed Nov 26, 2024
1 parent cf0d7b5 commit 9a7c5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ sudo apt install -y git wget curl
```

### 2. Clone your fork into the directory /home/pi/ by executing the following commands in your terminal:

Ensure that you replace [YOUR_GITHUB_USERNAME] with the username of the fork you are cloning. If using the base repo just replace with "ozfive".
```shell
cd /home/pi
git clone [email protected]:ozfive/StoryBox.git
git clone [email protected]:[YOUR_GITHUB_USERNAME]/StoryBox.git
```

### 3. Access the /home/pi/Storybox/ directory and ensure that install.sh is executable by running these commands in your terminal:
Expand Down

0 comments on commit 9a7c5d8

Please sign in to comment.