diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8cd5aff5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf diff --git a/README.md b/README.md index a10b2704..8b68d3bb 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,6 @@ docker compose up -d --build --wait ※ macOSでユーザーのホームディレクトリ配下以外にファイル群を配置する場合、Dockerの共有設定が別途必要となります -※ Windowsでgitを利用する場合、デフォルト設定でのインストールを行うとスクリプトの改行コードを変えられてしまい、データベースを正しく構築できないことがあります ([参考](https://github.com/The-Japan-DataScientist-Society/100knocks-preprocess/issues/1#issue-640590032)) - -※ 改行を変えないよう設定するか、ZIPをダウンロードして利用してください - ※ コンテナは作成されたがデータベースに接続できない、という場合の多くはディレクトリに対するアクセス権限設定の問題となります ※ インストールの説明は `doc` 配下の説明資料も参照してください