Skip to content

Commit

Permalink
refactor: Add support for theme color and use release version of Patt…
Browse files Browse the repository at this point in the history
…ernFly

Signed-off-by: Felicitas Pojtinger <felicitas@pojtinger.com>
  • Loading branch information
pojntfx committed Dec 3, 2024
1 parent ffeeb24 commit 4e40a0f
Show file tree
Hide file tree
Showing 5 changed files with 2,674 additions and 2,958 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To contribute, please use the [GitHub flow](https://guides.github.com/introducti
To build and start a development version of Connmapper locally, first install [Go](https://go.dev/) and [npm](https://www.npmjs.com/), then run the following:

```shell
$ git clone /~https://github.com/pojntfx/connmapper.git
$ git clone /~https://github.com/pojntfx/connmapper.git --single-branch
$ cd connmapper
$ go generate ./... # Also see /~https://github.com/dennwc/flatpak-go-mod for updating the Flatpak manifest with Go dependencies and /~https://github.com/flatpak/flatpak-builder-tools/tree/master/node for JS dependencies
$ go install .
Expand Down
Loading

0 comments on commit 4e40a0f

Please sign in to comment.