Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated fork command in the instruction for developers. Line 46: $ git clone --recursive https://github.com/<username>/blog.git to $ git clone --recursive https://github.com/asetalias/blog.git
  • Loading branch information
justushar authored Mar 21, 2023
1 parent dcbee57 commit 434c127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The markup used for blog posts is **Markdown**.

1) Fork the repository and clone to your machine by using the command
```
$ git clone --recursive https://github.com/<username>/blog.git
$ git clone --recursive https://github.com/asetalias/blog.git
```
2) Create your work file/blog post in `/content/post`. See existing files for an example.

Expand Down

0 comments on commit 434c127

Please sign in to comment.