Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz authored Apr 19, 2024
1 parent 625bf57 commit e6d8539
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,37 @@
![window-light.png](https://raw.githubusercontent.com/edfloreshz/cosmic-tasks/main/res/screenshots/window-light.png#gh-light-mode-only)
![window-dark.png](https://raw.githubusercontent.com/edfloreshz/cosmic-tasks/main/res/screenshots/window-dark.png#gh-dark-mode-only)
</div>

# Installation
```
git clone https://github.com/edfloreshz/cosmic-tasks.git
cd cosmic-tasks
sudo just install
```

# Build
```
git clone https://github.com/edfloreshz/cosmic-tasks.git
cd cosmic-tasks
cargo build
```

## Dependencies
- [libcosmic](https://github.com/pop-os/libcosmic?tab=readme-ov-file#building)
- sqlite3

Ubuntu
```
sudo apt install libsqlite3-dev
```

Fedora
```
sudo apt install sqlite-devel
```

# Copyright and licensing

Copyright 2024 © Eduardo Flores

Done is released under the terms of the [GPL-3.0](https://github.com/edfloreshz/cosmic-tasks/blob/main/LICENSE)

0 comments on commit e6d8539

Please sign in to comment.