Skip to content

Commit fa5b943

Browse files
committed
add install section to README
1 parent 4414c01 commit fa5b943

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
#usage:
1+
# Install:
2+
```bash
3+
git clone https://github.com/LD250/jenkins-cli-python.git
4+
cd jenkins-cli-python
5+
python setup.py install
6+
```
7+
8+
# Usage:
29

310
```bash
411
jenkins [-h] [--host jenkins-url] [--username username]
@@ -16,7 +23,7 @@ Server URL, Username and password may be specified either by the command line ar
1623
--password password Jenkins Password
1724
```
1825

19-
#Available commands:
26+
# Available commands:
2027
```bash
2128
{jobs,queue,building,start,info,set_branch,stop,console}
2229
jobs Show all jobs and their status

0 commit comments

Comments
 (0)