Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Include Saiga from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed May 16, 2024
1 parent ddc918f commit 3803343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LedgerLoops-Earthstar

Requires [Deno](https://deno.com).
```
git clone https://github.com/ledgerloops/saiga
git clone https://github.com/ledgerloops/ledgerloops-earthstar
cd ledgerloops-earthstar
deno run --allow-read --allow-write --allow-net src/main.ts
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as Earthstar from "https://deno.land/x/[email protected]/mod.ts";
import { Saiga } from "../../saiga/src/saiga.ts";
import { Saiga } from "https://raw.githubusercontent.com/ledgerloops/saiga/main/src/saiga.ts";

async function simulate() {
const shareKeys: {
Expand Down

0 comments on commit 3803343

Please sign in to comment.