We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 914839f + b4f9c54 commit 9fe4c64Copy full SHA for 9fe4c64
.gitignore
@@ -6,3 +6,5 @@ pkg/
6
*~
7
vendor/
8
.DS_Store
9
+.venv
10
+venv
README.md
@@ -72,6 +72,15 @@ require 'github/markup'
72
GitHub::Markup.render_s(GitHub::Markups::MARKUP_MARKDOWN, "* One\n* Two")
73
```
74
75
+Local Development
76
+-----------------
77
+
78
+```sh
79
+python3 -m venv .venv
80
+source .venv/bin/activate
81
+cd script
82
+./bootstrap
83
+```
84
85
Contributing
86
------------
0 commit comments