Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit287db5a

Browse files
committed
proper synatx highlighting for shell commands
1 parentd789819 commit287db5a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,15 @@ INSTALL
1919
=======
2020
If you have downloaded the source code:
2121

22-
python setup.py install
22+
..code-block::console
23+
24+
$ python setup.py install
2325
2426
or if you want to obtain a copy more easily:
2527

26-
easy_install gitpython
28+
..code-block::console
29+
30+
$ easy_install gitpython
2731
2832
A distribution package can be obtained for manual installation at:
2933

@@ -38,7 +42,9 @@ https://github.com/gitpython-developers/GitPython
3842

3943
and cloned using:
4044

41-
git clone git://github.com/gitpython-developers/GitPython.git git-python
45+
..code-block::console
46+
47+
$ git clone git://github.com/gitpython-developers/GitPython.git git-python
4248
4349
4450
DOCUMENTATION

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp