From 2bf031ac90aaa98854dd91d039b2bb811827bfae Mon Sep 17 00:00:00 2001 From: Siddharth Kumar Jha <101443068+siddharthkumarjha@users.noreply.github.com> Date: Fri, 17 Jun 2022 14:42:38 +0530 Subject: [PATCH] entering curl command wrote a curl command to download my site source code tarball --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 17f29cf..c195e8b 100644 --- a/README.md +++ b/README.md @@ -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