Skip to content

Commit

Permalink
Don't clone to projects directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 2, 2024
1 parent d8b92b5 commit ee062dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ee062dc

Please sign in to comment.