Skip to content
Closed
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
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Entangled is used to convert code blocks in Markdown to source code files.
2. Run entangled daemon with

```shell
entangled README.md INSTALL.md
entangled daemon
```

Or the [Entangled - Pandoc filters](https://github.com/entangled/filters) Docker image can be used
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Visualization](#visualization)

[![CI](https://github.com/NLESC-JCER/cpp2wasm/workflows/CI/badge.svg)](https://github.com/NLESC-JCER/cpp2wasm/actions?query=workflow%3ACI)
[![Entangled](https://img.shields.io/badge/entangled-Use%20the%20source!-%2300aeff)](https://entangled.github.io/)

Document describing a way that a researcher with a C++ algorithm can make it available as a web application. We will host the C++ algorithm as an web application in several different ways:

Expand Down
7 changes: 7 additions & 0 deletions entangled.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
let entangled = https://raw.githubusercontent.com/entangled/entangled/v1.0.1/data/config-schema.dhall
sha256:9fd18824499379eee53b974ca7570b3bc064fda546348d9b31841afab3b053a7

in { entangled = entangled.Config :: { database = Some ".entangled/db.sqlite"
, watchList = ["README.md", "INSTALL.md"] : List Text
}
}