Skip to content

Commit

Permalink
Merge pull request #2 from Dmitriy-NK/Fix_repo_url
Browse files Browse the repository at this point in the history
Fix repository url in README
  • Loading branch information
meanrin authored Oct 22, 2021
2 parents 0a740a8 + 944cc73 commit 313a3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ CredSweeper is a tool to detect credentials in any directories or files. CredSwe

Stable (release 1.0.0):
``` bash
$ pip install git+https://github.samsung.com/Samsung/[email protected]
$ pip install git+https://github.com/Samsung/[email protected]
```

Latest (current master branch):
``` bash
$ pip install git+https://github.samsung.com/Samsung/CredSweeper.git
$ pip install git+https://github.com/Samsung/CredSweeper.git
```

#### Via git clone (dev install)

``` bash
$ git clone https://github.samsung.com/Samsung/CredSweeper.git
$ git clone https://github.com/Samsung/CredSweeper.git
$ cd CredSweeper
$ pip install -qr requirements.txt
```
Expand Down

0 comments on commit 313a3ee

Please sign in to comment.