diff options
author | Jonathan R. Williford <jonathan.r.williford+github@gmail.com> | 2016-12-21 11:33:42 +0100 |
---|---|---|
committer | Zhou Mo <cdluminate@gmail.com> | 2017-01-05 04:21:25 +0000 |
commit | fb52c7ccd2b21b26621f5abe35e776736aa9db91 (patch) | |
tree | a4dfe37cf5f2045859420db7800f6496811159d5 /docs | |
parent | b55fe84ca13cb7d9971505ea4d160aa5d7b6be50 (diff) | |
download | caffeonacl-fb52c7ccd2b21b26621f5abe35e776736aa9db91.tar.gz caffeonacl-fb52c7ccd2b21b26621f5abe35e776736aa9db91.tar.bz2 caffeonacl-fb52c7ccd2b21b26621f5abe35e776736aa9db91.zip |
Add Debian codenames and make link.
Add the Debian codenames / versions, so it is easier to tell which Debian version is which in the future when the releases are promoted.
Revise commit according to CDLuminate's comments.
Removed rolling release numbers. Mention that Debian/testing can install Caffe using the packages.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install_apt_debian.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/install_apt_debian.md b/docs/install_apt_debian.md index 745a6f4f..1580dc43 100644 --- a/docs/install_apt_debian.md +++ b/docs/install_apt_debian.md @@ -4,10 +4,13 @@ title: "Installation: Debian" # Debian Installation -Caffe packages are available for `Debian/unstable`. Debian/stable users -should take a look at Ubuntu installation instruction. +Caffe packages are available for `Debian/unstable`. Debian/stable +(jessie) users should take a look at [Ubuntu installation instruction]( +install_apt.html). Debian/testing (stretch) users may be able to get Caffe +to work using the packages in Debian/unstable, but it is beyond the scope of +this guide. -Only experienced linux users are recommended to try Debian/unstable (Sid). +Only experienced linux users are recommended to try Debian/unstable (Sid). Last update: Dec.21 2016 |