Skip to content

Commit d9bea3e

Browse files
authored
Source code docs (#255)
* update source code usage flags * update book
1 parent fa3432a commit d9bea3e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

book/discover.pdf

-77 Bytes
Binary file not shown.

pages/tidal tools/sourcecode.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,18 @@ These are the steps you need to follow in order to bypass internet access limita
8484

8585
```bash
8686
cd /path/to/source-code
87-
tidal analyze code --offline --output-dir [directory]
87+
tidal analyze code --offline
8888
```
8989

9090
Alternatively, you can pass the location to the source code.
9191

9292
```bash
93-
tidal analyze code [/path/to/source-code] --offline --output-dir [directory]
93+
tidal analyze code [/path/to/source-code] --offline
9494
```
9595

9696
Note:
9797

9898
- The `--offline` flag indicates to Tidal Tools that the output needs to be stored in a file instead of being uploaded.
99-
- The `--output-dir` flag determines where the output will be located.
10099

101100
After the analysis is completed, you will find an artifact file called `code-analysis-<DATE>-<TYPE>.json` that can then be transferred into a machine with internet connectivity.
102101

0 commit comments

Comments
 (0)