Skip to content

Commit

Permalink
Remove mention of submodules as they are not relevant for the Github …
Browse files Browse the repository at this point in the history
…repo.

Change-Id: I09380033d92ed52597d9661c0eba85f4ed0987ac
Bug: 303128267
GitOrigin-RevId: 8677dbdc2484844088305c7d007e24650018580f
  • Loading branch information
peiwenhu authored and copybara-github committed Oct 6, 2023
1 parent 42d3f9c commit 9ea5dd3
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/developing_the_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@
# FLEDGE K/V Server developer guide

## Repository set up

### Initialize and update submodules

Before using the repository, initialize the repo's submodules. Run:

```shell
git submodule update --init
```

The submodule content can be updated at any time using the following command.

```shell
git submodule update --remote --merge
```

## Data Server

The data server provides the read API for the KV service.
Expand Down

0 comments on commit 9ea5dd3

Please sign in to comment.