Skip to content

Commit

Permalink
update: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sahej-dev committed Oct 19, 2022
1 parent 86017b0 commit 00f4447
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Clone this repository recusrsively because there are some submodule dependencies
```bash
git clone --recursive https://www.github.com/sahej-dev/snow.git
```
> ⚠️ Warning: Do NOT forget to include the `--recursive` flag, because without it you would not have all the dependencies required by Snow
> ⚠️ Warning: Do NOT forget to include the `--recursive` flag, because without it you would not have all the dependencies required by Snow. This is because some dependencies are git submodules.
Then change the working directory to the newly created `snow` directory by typing:
```bash
Expand All @@ -75,6 +75,14 @@ If you have run into an issue while using the app then try clearing the app cach

# Development

## Roadmap
The following features, in no particular order, are planned to be added to Snow:

- [ ] Ability to sort contests
- [ ] Custom accent color chooser
- [ ] Custom notification timings chooser


## Contributing
You are welcome to contribute to Snow. If you are a developer familiar with Flutter then feel free to submit a pull request (PR) for any of the open issues. You can even create an issue for a feature in the [roadmap](#roadmap), if it does not have one already, and then submit a PR for the same.

Expand Down

0 comments on commit 00f4447

Please sign in to comment.