File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ just build-extension
2323
2424This compiles the extension in release mode using Cargo. The resulting
2525shared library is placed under
26- ` ext/native_tracer/target/release/ ` and is loaded by ` src /native_trace.rb` .
26+ ` ext/native_tracer/target/release/ ` and is loaded by ` gems/native-tracer/lib /native_trace.rb` .
2727
2828## Running tests
2929
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ You can also invoke a lightweight CLI that loads the native tracer extension
4646directly:
4747
4848``` bash
49- ruby src /native_trace.rb [--out-dir DIR] < path to ruby file>
49+ ruby gems/native-tracer/lib /native_trace.rb [--out-dir DIR] < path to ruby file>
5050# Uses DIR or `$CODETRACER_RUBY_RECORDER_OUT_DIR` to choose where traces are saved.
5151```
5252
You can’t perform that action at this time.
0 commit comments