Skip to content

Commit 2e9ae24

Browse files
authored
Update README.md
1 parent ce3bab0 commit 2e9ae24

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

+1-20
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,12 @@
44

55
[![codecov.io](http://codecov.io/github/wulfebw/AutoRisk.jl/coverage.svg?branch=master)](http://codecov.io/github/wulfebw/AutoRisk.jl?branch=master)
66

7-
<!-- MarkdownTOC -->
8-
9-
- [quickstart](#quickstart)
10-
- [install](#install)
11-
- [package outline](#package-outline)
12-
- [src](#src)
13-
- [generation](#generation)
14-
- [roadway](#roadway)
15-
- [scene](#scene)
16-
- [behavior](#behavior)
17-
- [evaluation](#evaluation)
18-
- [collection](#collection-1)
19-
- [analysis](#analysis)
20-
- [scripts](#scripts)
21-
- [test](#test)
22-
- [data](#data)
23-
24-
<!-- /MarkdownTOC -->
25-
267
# quickstart
278

289
## install
2910
- First install the julia components of AutoRisk
3011
```julia
31-
Pkg.clone("https://github.com/wulfebw/AutoRisk.jl.git")
12+
Pkg.clone("https://github.com/sisl/AutoRisk.jl.git")
3213
Pkg.build("AutoRisk")
3314

3415
# check that AutoRisk can be imported

0 commit comments

Comments
 (0)