diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6048c3996ca..45be7d2e6dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -739,7 +739,7 @@ same. Using ccache in a situation like this is a real time-saver. Before building pytorch, install ccache from your package manager of choice: ```bash -conda install ccache -f conda-forge +conda install ccache -c conda-forge sudo apt install ccache sudo yum install ccache brew install ccache