HALU-HAL commited on
Commit
ccfeb45
1 Parent(s): 3aa0905

[docs] READMEファイルの更新

Browse files

## 変更内容

- プロジェクト名 "CodeLumia" を追加
- 空行を3行追加

## 目的

READMEファイルを初期化し、プロジェクトの基本情報を提供するため。

## 詳細

プロジェクト名 "CodeLumia" をREADMEファイルの先頭に追加しました。
また、ファイルの可読性を向上させるために、3行の空行を追加しました。
これにより、今後READMEファイルにプロジェクトの詳細な説明を追加することができます。

Files changed (4) hide show
  1. .gitattributes +1 -0
  2. .gitignore +2 -0
  3. README.md +4 -1
  4. docs/SourceSageDocs.md +6 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ *.png filter=lfs diff=lfs merge=lfs -text
.gitignore CHANGED
@@ -158,3 +158,5 @@ cython_debug/
158
  # and can be added to the global gitignore or merged into this file. For a more nuclear
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
 
 
 
158
  # and can be added to the global gitignore or merged into this file. For a more nuclear
159
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
  #.idea/
161
+
162
+ SourceSageAssets
README.md CHANGED
@@ -1 +1,4 @@
1
- # CodeLumia
 
 
 
 
1
+ # CodeLumia
2
+
3
+
4
+
docs/SourceSageDocs.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # SourceSageDocs
2
+
3
+ ```bash
4
+
5
+ sourcesage --repository CodeLumia --owner Sunwood-ai-labs
6
+ ```