diff --git a/README.md b/README.md index 00bc8d568..37c6ac933 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-[![version](https://img.shields.io/badge/version-1.12.1-blue)](https://github.com/scrtlabs/SecretNetwork/releases/tag/v1.12.1) +[![version](https://img.shields.io/badge/version-1.26.0-blue)](https://github.com/Secret3dev/SecretNetwork/releases/tag/v1.26.0-community-continuance) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) ``` @@ -145,7 +145,7 @@ ln -s $SGX_HOME/lib64/libsgx_epid.so $SGX_HOME/sdk_libs/libsgx_epid.so ``` as this library will be required during building. -Note: If you are using WSL you'll need to use the 5.15 kernel which you can find how to do [here](https://github.com/scrtlabs/SecretNetwork/blob/master/docs/SGX%20on%20WSL%20(SW).md), otherwise you'll have to run anything SGX related only in docker +Note: If you are using WSL you'll need to use the 5.15 kernel which you can find how to do [here](./docs/SGX%20on%20WSL%20(SW).md), otherwise you'll have to run anything SGX related only in docker ### Install DCAP ``` @@ -205,11 +205,11 @@ export SCRT_ENCLAVE_DIR=~/SecretNetwork/go-cosmwasm In order to run __secretd__ you need to have built _librust_cosmwasm_enclave.signed.so_. The latter can be built by cloning: ``` -git clone git@github.com:scrtlabs/tm-secret-enclave.git ~/tm-secret-enclave +git clone git@github.com:Secret3dev/tm-secret-enclave.git ~/tm-secret-enclave ``` This repo also uses submodules: ``` -cd tm-secret-enclave +cd ~/tm-secret-enclave git submodule init git submodule update --remote make build-rust