From 83049d11977250e40391a95241bea46814a5eee7 Mon Sep 17 00:00:00 2001
From: sameemul-haque
Date: Thu, 25 Apr 2024 21:07:07 +0530
Subject: [PATCH] feat: update instructions
---
README.md | 26 +++++++++++++-------------
public/index.html | 14 ++++++++++++++
public/index.js | 2 +-
public/style.css | 13 ++++++++++++-
4 files changed, 40 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 04eb9b5..203dad0 100644
--- a/README.md
+++ b/README.md
@@ -19,22 +19,22 @@
> [!IMPORTANT]
> If you're reading this, it means you like this project :). Feel free to give it a star ⭐.
-## Features
-
-- Easily create Git commits to modify the contribution graph on GitHub.
-- Customize the contribution graph for artistic, personal, or branding purposes.
## Usage
-- Select the year you want to customize (Choosing the year before your GitHub joining year would be better, can use GitHub api for checking the joined date).
-- Select the desired rectangle(s) on the GitHub contribution graph that you want to customize and click `Generate` button.
-- Copy the generated Git commit command.
-- Run the copied command in your local Git repository to make the desired changes (better to create a new empty repo).
-- Push the changes to your GitHub repository to update the contribution graph.
+- Select a year (choosing a year before joining GitHub is better).
+- Left click on the squares to activate and right click to deactivate them.
+- Click on the `Generate` button to get the code.
+- Create a [new]("https://github.com/new") GitHub repository.
+- Clone the repository into your local machine.
+- Ensure your git username and email are [configured correctly]("https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile#your-local-git-commit-email-isnt-connected-to-your-account").
+- Copy the generated code into your terminal.
+- Push the changes to the remote repository.
+
-To create an empty commit with a specific date:
-```bash
-git commit --allow-empty --date="31 Oct 2022" --allow-empty-message -m ""
-```
+## Features
+
+- Easily create Git commits to modify the contribution graph on GitHub.
+- Customize the contribution graph for artistic, personal, or branding purposes.
![preview](/public/banner.png "preview")
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 652396f..7d43d39 100644
--- a/public/index.html
+++ b/public/index.html
@@ -50,6 +50,20 @@
GitHub Contribution Graph Customizer
users can customize their contribution graph to display their name,
messages, symbols, logos, or any other desired patterns.
+
+
+
Instructions
+
+
Select a year (choosing a year before joining GitHub is better).
+
Left click on the squares to activate and right click to deactivate them.