Skip to content

Commit bdd1935

Browse files
authored
Remove /client and use one from submodule (#48)
1 parent 40ac826 commit bdd1935

File tree

17 files changed

+25
-6189
lines changed

17 files changed

+25
-6189
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ then run `nix develop` to enter the build environment.
1616

1717
Currently we only support building on Linux (`x86_64-unknown-linux-gnu`).
1818

19+
It depends on a `linera-protocol` project via git submodule.
20+
If you are building the project for the first time, you need to initialize it:
21+
```
22+
git submodule init
23+
```
24+
25+
If you want to update it:
26+
```
27+
git submodule update --remote
28+
```
29+
1930
## Building
2031

2132
The project builds with `pnpm`. First install the JavaScript dependencies:

client/.cargo/config.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

client/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)