Skip to content

Commit c66a936

Browse files
Fedir Panasenkofacebook-github-bot
authored andcommitted
Fix path to supertd in READMEs
Summary: Switch from MSDK-built to devfeature Reviewed By: aniketmathur Differential Revision: D74615963 fbshipit-source-id: 8e3649ed7ddbc6575abde40b22e8ed195bb92fce
1 parent af6b8af commit c66a936

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

audit/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ supertd audit cells
1111
supertd audit config
1212
```
1313

14-
Within Meta a precompiled version of `supertd` is available at
15-
`~/fbsource/tools/utd/supertd/supertd`.
14+
Within Meta a precompiled version of `supertd` is available as devfeature at
15+
`/usr/local/bin/supertd`.
16+
17+
Devfeature should install automatically on devservers and ondemands, but could also be installed explicitly via `feature install supertd`.

targets/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ As an example:
88
supertd targets fbcode//...
99
```
1010

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`.
1214

1315
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

Comments
 (0)