Skip to content

Commit

Permalink
entering curl command
Browse files Browse the repository at this point in the history
wrote a curl command to download my site source code tarball
  • Loading branch information
siddharthkumarjha authored Jun 17, 2022
1 parent 21c9dde commit 2bf031a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### Hi this is my first HTML site
You are free to view/download/edit my site or write suggestions for improving it.

---
in case you wish to download the source code of my site you can use the traditional git clone method but if you don't have git
you can download the tarball using the command
```shell
curl -# https://api.github.com/repos/siddharthkumarjha/siddharthkumarjha.github.io/releases/latest | grep "tarball_url" | cut -d : -f 2,3 | tr -d \", | wget -i -
```
or simply clicking on **code** and downloading the tarball/zip file from there

More about me below 👇
---

- 👋 Hi, I’m @siddharthkumarjha
- 👀 I’m interested in AI/ML
- 🌱 I’m currently learning DSA (C), OOP (C++), DBMS (oracle 11g), GUI (GTK+) and still looking to learn more
Expand Down

0 comments on commit 2bf031a

Please sign in to comment.