Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master, main, feat/ci]
branches: [master, main]
pull_request:
branches: [master, main, feat/ci]
branches: [master, main]

jobs:
build:
Expand Down
File renamed without changes.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Beautiful terminal mood tracker with interactive TUI interface. Track your emoti
| **UUID** | Google UUID |

## 🚀 Installation
```bash
curl -fsSL https://raw.githubusercontent.com/ignavan39/mood_diary_tui/master/scripts/install.sh | sh
```

### Prerequisites

Expand Down Expand Up @@ -391,7 +394,9 @@ MIT License — see [LICENSE](LICENSE) for details.
| **UUID** | Google UUID |

## 🚀 Установка

```bash
curl -fsSL https://raw.githubusercontent.com/ignavan39/mood_diary_tui/master/scripts/install.sh | sh
```
### Предварительные требования

- Go 1.21 или выше
Expand Down
Loading