Skip to content

Commit 0ff8146

Browse files
authored
adjust paths to orthw
In the example commands it is always assumed that the repository is checked out as `orthw`. But the repo name at github is `orthw-shell`. Signed-off-by: cz-dev-ge <[email protected]>
1 parent d3c9173 commit 0ff8146

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mkdir -p ~/ort-project && \
5959
cd ~/ort-project && \
6060
git clone https://github.com/oss-review-toolkit/ort.git && \
6161
git clone https://github.com/oss-review-toolkit/ort-config.git && \
62-
git clone https://github.com/oss-review-toolkit/orthw.git && \
62+
git clone https://github.com/oss-review-toolkit/orthw-shell.git && \
6363
git clone https://github.com/nexB/scancode-toolkit.git
6464
```
6565

@@ -83,7 +83,7 @@ cd ~/ort-project/ort && \
8383
- Copy the `orthwconfig-template` file from the orthw repository into your home directory.
8484

8585
```bash
86-
cp ~/ort-project/orthw/orthwconfig-template ~/.orthwconfig
86+
cp ~/ort-project/orthw-shell/orthwconfig-template ~/.orthwconfig
8787
```
8888

8989
- Open `~/.orthwconfig` in a text editor.
@@ -102,15 +102,15 @@ scancode_home=~/ort-project/scancode-toolkit
102102
103103
exports_home=~/ort-project/exports
104104
105-
orthw_home=~/ort-project/orthw
105+
orthw_home=~/ort-project/orthw-shell
106106
```
107107

108108
## 4. Make `orthw` Script Executable Everywhere
109109

110110
To make `orthw` executable everywhere, add a `alias` export to your terminal configuration file.
111111

112112
- Use a text editor to open your terminal launch configuration file e.g. `~/.bashrc` or `~/.zshrc`.
113-
- Add an alias pointing to the `orthw` script e.g. `alias orthw="bash ~/ort-project/orthw/orthw"`.
113+
- Add an alias pointing to the `orthw` script e.g. `alias orthw="bash ~/ort-project/orthw-shell/orthw"`.
114114
- Reload your terminal configuration file e.g. `source ~/.bashrc` or `source ~/.zshrc`.
115115

116116
## 5. Test if Everything Works

0 commit comments

Comments
 (0)