Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-centore committed May 23, 2024
1 parent c935c75 commit f3525df
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/FUNDING.yml
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
18 changes: 18 additions & 0 deletions README.md
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!

0 comments on commit f3525df

Please sign in to comment.