We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1069c commit b6d37feCopy full SHA for b6d37fe
xtask/templates/install-command.bash.txt
@@ -1,4 +1,4 @@
1
-# Automatically generated by https://github.com/rust-lang-ja/atcoder-proposal/tree/{{ git_rev }}
+# Generated by https://github.com/rust-lang-ja/atcoder-proposal/tree/{{ git_rev }}
2
3
set -e
4
@@ -29,7 +29,7 @@ cat > ./Cargo.toml << EOF
29
{{ cargo_toml -}}
30
EOF
31
32
-# 1000行以上あるので、提案者のリポジトリからダウンロード
+# 1000行以上あるので、GitHubのリポジトリからダウンロード
33
curl https://raw.githubusercontent.com/rust-lang-ja/atcoder-proposal/{{ git_rev }}/Cargo.lock -fO
34
35
# transitive dependenciesのライセンスについては:
0 commit comments