From 1be8a9ec76ef7f3bc5cc6d8210e2c074696d4327 Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Thu, 30 Jul 2015 20:36:29 -0700 Subject: [PATCH] add an example cargo.toml dep --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6a3150d3..87ffab4c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ nalgebra An on-line version of this documentation is available [here](http://nalgebra.org). ## Using **nalgebra** + +Add this to your `Cargo.toml`: + +```toml +[dependencies.nalgebra] +git = "https://github.com/sebcrozet/nalgebra.git" +``` + All the functionality of **nalgebra** is grouped in one place: the root module `nalgebra::`. This module re-exports everything and includes free functions for all traits methods doing out-of-place modifications.