Skip to content

Commit 6755460

Browse files
committed
Remove the horizontal line
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 155cf33 commit 6755460

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

β€ŽREADME.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SPDX-License-Identifier: Apache-2.0
66

77
<img src="https://img.shields.io/pypi/l/fosslight_dependency" alt="License" /> <img src="https://img.shields.io/pypi/v/fosslight_dependency" alt="Current python package version." /> <img src="https://img.shields.io/pypi/pyversions/fosslight_dependency" /> [![REUSE status](https://api.reuse.software/badge/github.com/fosslight/fosslight_dependency_scanner)](https://api.reuse.software/info/github.com/fosslight/fosslight_dependency_scanner)
88

9+
910
## πŸ’‘ Introduction
1011

1112
This is the tool that supports the analysis of dependencies for multiple package managers. It detects the manifest file of package managers automatically and analyzes the dependencies with using open source tools. Then, it generates the report file that contains OSS information of dependencies.
@@ -22,14 +23,12 @@ Currently, it supports the following package managers.
2223
- [Carthage](https://github.com/Carthage/Carthage) (Swift/Obj-C)
2324
- [Go](https://pkg.go.dev/) (Go)
2425

25-
---
2626

2727
## πŸ“– User Guide
2828

2929
We describe the user guide in the [**FOSSLight Guide page**](https://fosslight.org/fosslight-guide-en/scanner/3_dependency.html).
3030
In this user guide, you can see how to install the FOSSLight Dependency Scanner and how to set up the prerequisite step and run it according to the package manager of your project. Also, you can check the results of the FOSSLight Dependency Scanner.
3131

32-
---
3332

3433
## 🧐 How to analyze the dependencies
3534

@@ -46,6 +45,7 @@ Each package manager uses the results of the following software:
4645

4746
Because we utilizes the different open source software to analyze the dependencies of each package manager, you need to set up the **Prerequisite** steps in [User guide](https://fosslight.org/fosslight-guide-en/scanner/3_dependency.html#-prerequisite) according to package manager to analyze.
4847

48+
4949
### 🌐 How it works without Internet
5050
| Package manager | Can it work without Internet? |
5151
|-----------------|-------------------------------------------|
@@ -60,14 +60,12 @@ Because we utilizes the different open source software to analyze the dependenci
6060
| Carthage | Yes, if the following conditions are met. <br /> - installed the packages of the project (in other words, downloadeded the sources in 'Carthgae/Checkouts' directory). |
6161
| Go | No, it can't. |
6262

63-
---
6463

6564
## πŸ‘ Contributing Guide
6665

6766
We always welcome your contributions.
6867
Please see the [CONTRIBUTING guide](https://github.com/fosslight/fosslight_dependency_scanner/blob/main/CONTRIBUTING.md) for how to contribute.
6968

70-
---
7169

7270
## πŸ“„ License
7371

0 commit comments

Comments
Β (0)