Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ then run `nix develop` to enter the build environment.

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

It depends on a `linera-protocol` project via git submodule.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we need to document how to use git in the git repository README, but I won't block on it :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either we document it or we automate it :) I don't expect people to read hidden files and if they follow README they get nowhere.

If you are building the project for the first time, you need to initialize it:
```
git submodule init
```

If you want to update it:
```
git submodule update --remote
```

## Building

The project builds with `pnpm`. First install the JavaScript dependencies:
Expand Down
14 changes: 0 additions & 14 deletions client/.cargo/config.toml

This file was deleted.

2 changes: 0 additions & 2 deletions client/.gitignore

This file was deleted.

Loading
Loading