Skip to content

Commit c10125e

Browse files
committed
Change command because of error "fatal: Relative path can only be used from the toplevel of the working tree"
1 parent 46efb9e commit c10125e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

content/misc/clasp/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,14 @@ In particular you will need:
4949

5050
## Additional Steps for Wykies Library
5151

52-
- From inside of the `src` folder
53-
```sh
54-
cd src
55-
```
5652
- [ ] Add ts_lib
5753
- Part of wykies
5854
```sh
59-
git submodule add ../ts_lib.git
55+
git submodule add ../ts_lib.git src/ts_lib
6056
```
6157
- Outside of wykies
6258
```sh
63-
git submodule add git@github.com:wykies/ts_lib.git
59+
git submodule add git@github.com:wykies/ts_lib.git src/ts_lib
6460
```
6561

6662
# Converting an existing Javascript (JS) project to TypeScript (TS)

0 commit comments

Comments
 (0)