summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2021-04-09 14:45:58 -0700
committerCommit Bot <commit-bot@chromium.org>2021-04-13 22:00:31 +0000
commit1b5a84cc3cfb906e4d233cce453fc1e3f6135a40 (patch)
tree7f1d035b448b940672cd37a9765f39a587fbec20 /README.md
parentb5677c892a641ef8f88759eb31cbfedd8423bf23 (diff)
downloadchrome-ec-1b5a84cc3cfb906e4d233cce453fc1e3f6135a40.tar.gz
README.md: Update recommended dev OS
Our documentation recommends a version of Ubuntu from 2014 which is super out of date. This commit changes that to recommend the latest Debian Stable instead. BUG=None BRANCH=None TEST=None Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: I384d32f6f7172953febed5419b6fdc0128f898cb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2819024 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd4dd39132..84eb5af70c 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ and [video](http://youtu.be/Ie7LRGgCXC8) from the
(inclusive). See the
[Chrome OS devices](http://dev.chromium.org/chromium-os/developer-information-for-chrome-os-devices)
page for a list.
-1. A Linux development environment. Ubuntu 14.04 Trusty (x86_64) is well
- supported. Linux in a VM may work if you have a powerful host machine.
+1. A Linux development environment. The latest Debian Stable (x86_64) is commonly used.
+ Linux in a VM may work if you have a powerful host machine.
1. A [servo debug board](http://dev.chromium.org/chromium-os/servo) (and
header) is highly recommended for serial console and JTAG access to the EC.
1. A sense of adventure!