Skip to content

Commit ac18170

Browse files
committed
Updated README.md.
1 parent d75ac76 commit ac18170

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ Downloading
1616

1717
To download the latest source code enter the following command:
1818

19-
```git clone https://github.com/cr0hn/OpenVas.git openvas_lib```
19+
```git clone https://github.com/golismero/openvas_lib.git```
20+
21+
Installing
22+
----------
23+
24+
To install the library in your default Python installation run the following command:
25+
26+
```python setup.py install```
2027

2128
Usage
2229
-----
@@ -45,7 +52,7 @@ scanner = VulnscanManager(HOST, USER, PASSWORD, PORT, TIMEOUT)
4552
scan_id, target_id = scanner.launch_scan(
4653
target = "127.0.0.1", # Target to scan
4754
profile = "Full and fast")
48-
```
55+
```
4956

5057
Launch advanced scan
5158
____________________

0 commit comments

Comments
 (0)