зеркало из https://github.com/github/markup.git
Merge pull request #1872 from github/jm_add_venv_to_gitignore
chore: add .venv/venv to .gitignore and update README with local dev info
This commit is contained in:
Коммит
9fe4c64f58
|
@ -6,3 +6,5 @@ pkg/
|
|||
*~
|
||||
vendor/
|
||||
.DS_Store
|
||||
.venv
|
||||
venv
|
||||
|
|
|
@ -72,6 +72,15 @@ require 'github/markup'
|
|||
GitHub::Markup.render_s(GitHub::Markups::MARKUP_MARKDOWN, "* One\n* Two")
|
||||
```
|
||||
|
||||
Local Development
|
||||
-----------------
|
||||
|
||||
```sh
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
cd script
|
||||
./bootstrap
|
||||
```
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче