Skip to content

Commit

Permalink
move readme, add symlink to license at root (#20143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasormeter authored Oct 23, 2024
1 parent dbb8778 commit 7d7b29b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions LICENSE
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

See full README at [sdk/README.md](sdk/README.md)
4 changes: 2 additions & 2 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ asking on StackOverflow, please use [the `daml` tag].

## Contributing to Daml

We warmly welcome [contributions](./CONTRIBUTING.md). If you are looking for ideas on how to contribute, please browse our
We warmly welcome [contributions](../CONTRIBUTING.md). If you are looking for ideas on how to contribute, please browse our
[issues](https://github.com/digital-asset/daml/issues). To build and test Daml:

### 1. Clone this repository
Expand Down Expand Up @@ -221,4 +221,4 @@ for shmid in $(ipcs -m | sed 1,3d | awk '{print $2}' | sed '$d'); do ipcrm -m $s

To build Haskell executables with profiling enabled, pass `-c dbg` to
Bazel, e.g. `bazel build -c dbg damlc`. If you want to build the whole
SDK with profiling enabled use `daml-sdk-head --profiling`.
SDK with profiling enabled use `daml-sdk-head --profiling`.

0 comments on commit 7d7b29b

Please sign in to comment.