Skip to content

Commit 072926b

Browse files
committed
(ml5717) Removed outdated reference to .cargo/config from README
1 parent b582f0f commit 072926b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ First, you need to clone the necsim-rust GitHub repository:
3939
```shell
4040
> git clone https://github.com/MomoLangenstein/necsim-rust.git
4141
```
42-
necsim-rust is written in the [Rust language](https://www.rust-lang.org/tools/install), which must be installed in your `PATH` first. necsim-rust includes a `rust-toolchain` file that configures Rust to use a working nightly toolchain version and install all components required for compilation. If you want to use necsim-rust on a target different than `x86_64-unknown-linux-gnu`, please update [rust-toolchain](rust-toolchain) and [.cargo/config](.cargo/config) config files accordingly.
42+
necsim-rust is written in the [Rust language](https://www.rust-lang.org/tools/install), which must be installed in your `PATH` first. necsim-rust includes a `rust-toolchain` file that configures Rust to use a working nightly toolchain version and install all components required for compilation. If you want to use necsim-rust on a target different than `x86_64-unknown-linux-gnu`, please update the [rust-toolchain](rust-toolchain) config file accordingly.
4343

4444
If you also want to use the CUDA-based algorithm, it is **required** that you also install the following:
4545
```shell

0 commit comments

Comments
 (0)