From 46c125a6be41a9ecd7afdecd434d3c85ed0e0e7b Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Fri, 27 Jun 2014 15:14:37 -0700 Subject: [PATCH] Updated Note getting started developing Rust (markdown) --- Note-getting-started-developing-Rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index 82967f6..9d9cf07 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -17,7 +17,7 @@ Version numbers listed here are "what we're using"; the code may well work with * `curl` * recommended: `valgrind` 3.8.0 or later (not required for Linux) * optional: if you wish to build LaTeX PDF docs, [`pandoc`](http://johnmacfarlane.net/pandoc/) 1.9.1 at least, with one or more of `pdflatex`/`xelatex`/`lualatex` -* optional: [[ccache|Note ccache]] to shorten your rebuild times +* optional: `ccache` to shorten your rebuild times ### Memory usage