diff --git a/README.md b/README.md index 752980e..a01a3d2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,21 @@ +## Running application +1. Clone App +``` +git clone https://hackethon.ai/hack/Sanju-15/aquaguardian.git +cd aquaguardian +``` + +2. Run the live server. + ## Github Setup ### Setup account git config --global user.name "your_username" + git config --global user.email johndoe@example.com # first time - +``` git init git checkout -b main @@ -17,15 +27,13 @@ git commit -m "first commit" git remote add origin https://hackethon.ai/hack/Sanju-15/aquaguardian.git git push -u origin main - +``` # already existing repo -## Running application -1. Clone App +1. clone it. ``` -git clone https://hackethon.ai/hack/Sanju-15/aquaguardian.git -cd aquaguardian -``` - -2. Run the live server. \ No newline at end of file +git add . +git commit -m "msg" +git push +``` \ No newline at end of file diff --git a/index.html b/index.html index 424a0ed..d55059f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@ - Water Conservation Survey form + AquaGuardians +