Fix sccache instructions
This commit is contained in:
		
							parent
							
								
									bc74b2024c
								
							
						
					
					
						commit
						143f03186c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -7,7 +7,7 @@ Just use `WSL` if you want. | ||||||
| 
 | 
 | ||||||
| Of course, first you will need to install `Rust`. The best way to do this is through [rustup](https://www.rust-lang.org/tools/install). | Of course, first you will need to install `Rust`. The best way to do this is through [rustup](https://www.rust-lang.org/tools/install). | ||||||
| Additionally, you will need to install [clippy](https://doc.rust-lang.org/nightly/clippy/installation.html) and [rustfmt](https://github.com/rust-lang/rustfmt). | Additionally, you will need to install [clippy](https://doc.rust-lang.org/nightly/clippy/installation.html) and [rustfmt](https://github.com/rust-lang/rustfmt). | ||||||
| You probably will also want to install `sccache` from your distribution's package manager, and export the `RUSTC_WRAPPER='sccache'` environment variable however your shell does it. | You probably will also want to `cargo install sccache`, and export the `RUSTC_WRAPPER='sccache'` environment variable however your shell does it. | ||||||
| 
 | 
 | ||||||
| Then, you'll want to `git clone` whatever repository you're wanting to work on. | Then, you'll want to `git clone` whatever repository you're wanting to work on. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue