Skip to content

Commit

Permalink
Changing maven URL
Browse files Browse the repository at this point in the history
  • Loading branch information
chathurawidanage authored Sep 20, 2019
1 parent 5b1de32 commit f5fb9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/compiling/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo pip install wheel
4. Installing maven and configure it as follows :

```text
wget http://mirrors.ibiblio.org/apache/maven/maven-3/3.5.2/binaries/apache-maven-3.5.2-bin.tar.gz
wget http://apache.mirrors.pair.com/maven/maven-3/3.6.2/binaries/apache-maven-3.6.2-bin.tar.gz
```

Extract this to a directory called maven configure the environmental variables
Expand Down Expand Up @@ -111,4 +111,4 @@ After you've build the Twister2 distribution, you can extract it and use it to s
```bash
cd bazel-bin/scripts/package/
tar -xvf twister2-0.3.0.tar.gz
```
```

0 comments on commit f5fb9d2

Please sign in to comment.