From e61446cc2f2d1b2621a79499806df458ccfe5a9e Mon Sep 17 00:00:00 2001 From: klein panic Date: Sun, 20 Oct 2024 18:33:18 -0400 Subject: [PATCH] fixed readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index af5788b..978cdfd 100644 --- a/README.md +++ b/README.md @@ -73,16 +73,24 @@ kleinpanic-website/ ## Contribution This is my personal website, but if you want to view it, make your own with a similar view and functionality: + 1. clone this repository + 2. View code + 3. Do whatever or If you'd like to contribute: + 1. Fork this repository. + 2. Create a new branch (git checkout -b feature/feature-name). + 3. Commit your changes (git commit -m 'Add some feature'). + 4. Push to the branch (git push origin feature/feature-name). + 5. Open a Pull Request. ---