Skip to content

Commit ae3b30d

Browse files
committed
docs: modify install section intro
1 parent 155a309 commit ae3b30d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ tools
118118
### Enviroment Setup
119119
> NOTE: All of the components and tools are installed under linux operation system. To gurantee the compatibility and stability, I strongly recommend using `ubuntu 20.04 LTS`. `ubuntu 18.04` and `ubuntu 16.04` is not supported official.
120120
121-
First, you need to install verilator, mill and dependency libraries:
121+
If you're new to TreeCore project, we suggest you start with the install section. Remeber you only need to install once time. First, you need to install verilator, mill and other dependency libraries:
122122
```bash
123-
$ cd rtl
123+
$ git clone https://github.com/microdynamics-cpu/tree-core-cpu.git
124+
$ cd tree-core-cpu/rtl
124125
$ chmod +x scripts/install.sh
125126
$ make install
126127
```

0 commit comments

Comments
 (0)