-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8b92b5
commit ee062dc
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 |
---|---|---|
|
@@ -32,14 +32,14 @@ These steps assume you are on Fedora and familiar with the Linux command-line an | |
+ | ||
[,sh] | ||
---- | ||
git -C ~/Projects clone [email protected]:jwillikers/blog.git | ||
git clone [email protected]:jwillikers/blog.git | ||
---- | ||
|
||
. Change into the blog's directory. | ||
+ | ||
[,sh] | ||
---- | ||
cd ~/Projects/blog | ||
cd blog | ||
---- | ||
|
||
. Install the dependencies needed for asdf. | ||
|