-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README so that the git clone line is more generic for other bu…
…ilders.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|