You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,14 @@
6
6
7
7
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.
8
8
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.
11
10
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:
14
12
15
13
```sh
16
-
svn co https://svn.ietf.org/svn/tools/ietfdb/trunk
0 commit comments