summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordns2utf8 <dns2utf8@users.noreply.github.com>2017-01-12 19:51:48 +0100
committerMegan Wachs <megan@sifive.com>2017-01-12 10:51:48 -0800
commitb2ed074984f45dcaa66d2a31d3a1c9d0f1cc8321 (patch)
treeb34fa2d6bfaf6ccf55863c56a32a8a00a86b01e8 /README.md
parent3d19e53e38d0e3f3785f159dd08668ab50e11e5a (diff)
Use HTTPS when possible and speedup the first build (#40)
* Use HTTPS when ever possible and speedup the first build * Use HTTPS for submodules * Change $(nproc) to a text * minor grammar changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0dfc29..6cfb3ce 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ This repository, maintained by SiFive, Inc, makes it easy to get started develop
First, clone this repository:
```
-git clone --recursive http://github.com/sifive/freedom-e-sdk.git
+git clone --recursive https://github.com/sifive/freedom-e-sdk.git
```
Ubuntu packages needed:
@@ -28,6 +28,8 @@ cd freedom-e-sdk
make tools
```
+If your machine has enough resources, you can speed up the build process by adding `-j n` to `make`, where `n` is the number of processors of your build system.
+
To compile a bare-metal RISC-V program:
```
@@ -93,4 +95,4 @@ to download and run the benchmark on the HiFive1 board:
Documentation, Forums, and much more available at
-[dev.sifive.com](http://dev.sifive.com)
+[dev.sifive.com](https://dev.sifive.com)