-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c935c75
commit f3525df
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [electron-react-boilerplate, amilajack] | ||
patreon: amilajack | ||
open_collective: electron-react-boilerplate-594 | ||
# github: [electron-react-boilerplate, amilajack] | ||
# patreon: amilajack | ||
# open_collective: electron-react-boilerplate-594 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# Derevo | ||
Derevo is a Git GUI for working with Stacked Pull Requests | ||
|
||
# Usage | ||
|
||
``` | ||
git clone https://github.com/daniel-centore/Derevo.git | ||
cd Derevo | ||
npm install | ||
# If the above line gives a "ModuleNotFoundError: No module named 'distutils'" | ||
# error, run one of the following to install setuptools: | ||
# > brew install python-setuptools | ||
# > pip install setuptools | ||
# > pip3 install setuptools | ||
npm run start | ||
``` | ||
|
||
Strongly recommended you pull periodically as this is still very under development! |