Skip to content

Commit

Permalink
chore: update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jun 21, 2024
1 parent 0dc53e2 commit 779b6c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This repository contains the software development kit (SDK) and several command

To see the code in action [download the app](https://saveoursecrets.com/#downloads).

See the [overview](/doc/overview.md) for concepts and terminology, the [API documentation for the SDK](https://docs.rs/sos-sdk/latest/sos_sdk/) or the [API documentation for the networking library](https://docs.rs/sos-net/latest/sos_net/).
See the [overview](/doc/overview.md) for concepts and terminology, the [API documentation for the SDK](https://docs.rs/sos-sdk/latest/sos_sdk/) or the [API documentation for the networking library](https://docs.rs/sos-net/latest/sos_net/) and check out the [sync protocol API types](https://docs.rs/sos-protocol/) for common networking code.

## Server

The server can be run using docker writing account data to the `sandbox/accounts` directory:
The server can be run using docker; account data is written to the `sandbox/accounts` directory:

```
docker compose up
Expand All @@ -20,4 +20,4 @@ docker compose up

The server code is licensed under AGPL-3.0; other crates are licensed under the MIT or Apache-2.0 license at your discretion.

© Copyright Save Our Secrets Pte Ltd 2022; all rights reserved.
© Copyright Save Our Secrets Pte Ltd 2022-2024; all rights reserved.
1 change: 0 additions & 1 deletion crates/test_utils/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ pub async fn wait_for_cond<T>(test: T)
where
T: Fn() -> bool,
{
use std::time::Duration;
let timeout = Duration::from_millis(15000);
let start = SystemTime::now();

Expand Down

0 comments on commit 779b6c3

Please sign in to comment.