You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,13 @@ You can purchase the book using these links:
18
18
19
19
*https://gumroad.com/l/gnugrep_ripgrep
20
20
*https://leanpub.com/gnugrep_ripgrep
21
-
* You can also get the book as part of **Awesome Regex** bundle from https://leanpub.com/b/regex
21
+
* You can also get the book as part of **Awesome Regex** bundle from https://leanpub.com/b/regex or https://gumroad.com/l/regex
22
22
* See https://learnbyexample.github.io/books/ for list of other books
23
23
24
24
For a preview of the book, see [sample chapters](https://github.com/learnbyexample/learn_gnugrep_ripgrep/blob/master/sample_chapters/grep_sample_v1p2.pdf)
25
25
26
+
The book can also be [viewed as a single markdown file in this repo](./gnu_grep.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
27
+
26
28
<br>
27
29
28
30
# Feedback
@@ -74,4 +76,6 @@ Special thanks to all my friends and online acquaintances for their help, suppor
74
76
75
77
# License
76
78
79
+
The book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)
80
+
77
81
The code snippets are licensed under MIT, see [LICENSE](./LICENSE) file
0 commit comments