Skip to content

Commit dc7e3b9

Browse files
authored
docs: update docker README
1 parent d1f05dd commit dc7e3b9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

docker/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66

77
2. On Linux, you must also install [Docker Compose](https://docs.docker.com/compose/install/). Docker Desktop for Mac and Windows already include Docker Compose.
88

9-
2. If you have a copy of the datatracker code checked out already, simply `cd`
10-
to the top-level directory.
9+
2. If you have a copy of the datatracker code checked out already, simply `cd` to the top-level directory.
1110

12-
If not, check out a datatracker branch as usual. We'll check out `trunk`
13-
below, but you can use any branch:
11+
If not, check out a datatracker branch as usual. We'll check out `main` below, but you can use any branch:
1412

1513
```sh
16-
svn co https://svn.ietf.org/svn/tools/ietfdb/trunk
17-
cd trunk
14+
git clone https://github.com/ietf-tools/datatracker.git
15+
cd datatracker
16+
git checkout main
1817
```
1918

2019
3. Follow the instructions for your preferred editor:

0 commit comments

Comments
 (0)