Skip to content

Commit c633107

Browse files
committed
Update README.md
1 parent 93e79db commit c633107

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ These resources were chosen because they have an integrated database environment
2020

2121
ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
2222

23+
## Getting Started
24+
25+
### Dependencies
26+
27+
* See `requirements.txt`
28+
29+
### Usage
30+
31+
* To automatically create a new solution file, open [`solution.ipynb`](templates/solution.ipynb) in the `templates` directory and follow instructions.
32+
* To check out submitted solutions and how they compare to those provided by the site, see `Contents` below.
33+
2334
## Contents
2435

2536
| Day | Title | Solution | Site | Difficulty | N2SELF |
@@ -51,6 +62,20 @@ ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
5162
| 025 | [Fill Missing Client Data](https://datalemur.com/questions/fill-missing-product) | [Solution](solutions/025_fill_missing_client_data.md) | DataLemur | Medium | `FIRST_VALUE()` |
5263
| 026 | [Advertiser Status](https://datalemur.com/questions/updated-status) | [Solution](solutions/026_advertiser_status.md) | DataLemur | Hard | |
5364

65+
## Authors
66+
67+
* [@ggeerraarrdd](https://github.com/ggeerraarrdd/)
68+
69+
## Version History
70+
71+
### Release Notes
72+
73+
* See [https://github.com/ggeerraarrdd/sql-everyday/releases](https://github.com/ggeerraarrdd/sql-everyday/releases)
74+
75+
### Future Work
76+
77+
TBD
78+
5479
## License
5580

5681
* [MIT License](https://github.com/ggeerraarrdd/sql-everyday/blob/main/LICENSE)

0 commit comments

Comments
 (0)