Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 2007121

Browse files
authored
Merge pull request #27 from nikhilkulkarni1755/main
created specific page showing how to contribute
2 parents e291f3d + a9464d4 commit 2007121

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CONTRIBUTING.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Contributors Welcome!
2+
3+
## Installation and Running
4+
If you do not trust the generated binary you can run the application directly with your local python installation using the provide instructions.
5+
6+
```bash
7+
# Download the project
8+
git clone https://github.com/Protonosgit/Spicetify_Installer.git
9+
10+
# Install required dependencies
11+
pip install -r requirements.txt
12+
13+
#Start the application
14+
python main.py
15+
```
16+
17+
## Contributing
18+
Submit your changes via a pull request to the 'contributions' branch. To create the pul request, you will need to [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork)
19+
20+
```bash
21+
# Make your contribution in this branch
22+
git checkout contributions
23+
24+
# If 'contributions' branch is not up to date
25+
git checkout main
26+
27+
git pull
28+
29+
git checkout contributions
30+
31+
git merge main
32+
```
33+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A project for installing and managing Spicetify from a Gui written in python.
44
Additionally I included some useful tools to improve your experience with Spotify!
55

6-
Contributers wellcome!
6+
Contributers welcome!
77

88
![GitHub release (with filter)](https://img.shields.io/github/v/release/Protonosgit/Spicetify_Installer)
99
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/t/Protonosgit/Spicetify_Manager)
@@ -35,7 +35,7 @@ If you do not trust the generated binary you can run the application directly wi
3535
git clone https://github.com/Protonosgit/Spicetify_Installer.git
3636

3737
# Install required dependencies
38-
python -m pip install requirements.txt
38+
pip install -r requirements.txt
3939

4040
#Start the application
4141
python main.py

0 commit comments

Comments
 (0)