Skip to content

Commit 9030bf2

Browse files
committed
Update README
1 parent 585a3a5 commit 9030bf2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/fosslight/fosslight_source">
3-
<img alt="fosslight" src="docs/img/fosslight_source.png">
3+
<img alt="fosslight" src="https://github.com/fosslight/fosslight_source/blob/main/docs/img/fosslight_source.png">
44
</a>
55
</p>
66
<p align="center">
@@ -63,13 +63,14 @@ $ fosslight_source -p /home/source_path -j
6363
```
6464

6565
### 2. fosslight_convert
66-
Converts the result of executing ScanCode in json format into OSS Report format.
66+
Converts the result of executing ScanCode in json format into OSS Report format.
67+
6768
| Parameter | Argument | Description |
6869
| ------------- | ------------- | ------------- |
6970
| h | None | Print help message. |
7071
| p | String | Path of ScanCode json files. |
7172
| o | String | Output file name without file extension. |
72-
73+
7374
#### Ex. Converting scancode json result to OSS report
7475
```
7576
$ fosslight_convert -p /home/jsonfile_dir

docs/README_Kor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ FOSSLight Scanner에는 하기 두 가지 명령어가 있습니다.
4949

5050
### 1. fosslight_source
5151
Source Code 분석을 실행한 후 OSS Report 형식으로 출력합니다.
52+
5253
| Parameter | Argument | Description |
5354
| ------------- | ------------- | ------------- |
5455
| h | None | Print help message. |
@@ -62,6 +63,7 @@ $ fosslight_source -p /home/source_path -j
6263
```
6364
### 2. fosslight_convert
6465
json형태인 ScanCode 결과를 OSS Report 형식으로 변환합니다.
66+
6567
| Parameter | Argument | Description |
6668
| ------------- | ------------- | ------------- |
6769
| h | None | Print help message. |

0 commit comments

Comments
 (0)