diff options
author | Suat Özgür <s.oezguer@gmail.com> | 2018-12-17 01:22:57 +0100 |
---|---|---|
committer | Suat Özgür <s.oezguer@gmail.com> | 2018-12-17 01:22:57 +0100 |
commit | d354a1dfab85fd97a12406c4e66ff374d1f207b3 (patch) | |
tree | 5769c0770576de0a7fdda99aa76d01cea2871562 /libs | |
parent | 22c443df83bae9c25e80f497cb1a3695c6da5707 (diff) | |
parent | d52d3f37842f27f60e08bf3ebc1253f294d5df68 (diff) | |
download | BIP39-d354a1dfab85fd97a12406c4e66ff374d1f207b3.tar.gz BIP39-d354a1dfab85fd97a12406c4e66ff374d1f207b3.tar.zst BIP39-d354a1dfab85fd97a12406c4e66ff374d1f207b3.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'libs')
-rw-r--r-- | libs/stellar-util/readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/stellar-util/readme.md b/libs/stellar-util/readme.md new file mode 100644 index 0000000..d816455 --- /dev/null +++ b/libs/stellar-util/readme.md | |||
@@ -0,0 +1,5 @@ | |||
1 | Build (will create a bundle and copy it to ../../src/stellar-util.js): | ||
2 | |||
3 | npm install | ||
4 | npm run build | ||
5 | |||