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: targets/README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ As an example:
8
8
supertd targets fbcode//...
9
9
```
10
10
11
-
Within Meta a precompiled version of `supertd` is available at `~/fbsource/tools/utd/supertd/supertd`.
11
+
Within Meta a precompiled version of `supertd` is available as devfeature at
12
+
`/usr/local/bin/supertd`.
13
+
Devfeature should install automatically on devservers and ondemands, but could also be installed explicitly via `feature install supertd`.
12
14
13
15
This project relies on the Buck2 features to stream the graph (so it takes constant memory) and error tolerance (so a single error won't break the graph).
0 commit comments