fixed readme

This commit is contained in:
klein panic
2024-10-20 18:33:18 -04:00
parent c83a2be2e5
commit e61446cc2f

View File

@@ -73,16 +73,24 @@ kleinpanic-website/
## Contribution ## Contribution
This is my personal website, but if you want to view it, make your own with a similar view and functionality: 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 1. clone this repository
2. View code 2. View code
3. Do whatever 3. Do whatever
or If you'd like to contribute: or If you'd like to contribute:
1. Fork this repository. 1. Fork this repository.
2. Create a new branch (git checkout -b feature/feature-name). 2. Create a new branch (git checkout -b feature/feature-name).
3. Commit your changes (git commit -m 'Add some feature'). 3. Commit your changes (git commit -m 'Add some feature').
4. Push to the branch (git push origin feature/feature-name). 4. Push to the branch (git push origin feature/feature-name).
5. Open a Pull Request. 5. Open a Pull Request.
--- ---