Skip to content

Commit 83bb513

Browse files
committed
chore: cleanup readme, remove .gitmodules, add author
1 parent e82a760 commit 83bb513

File tree

3 files changed

+16
-22
lines changed

3 files changed

+16
-22
lines changed

.gitmodules

Whitespace-only changes.

AUTHORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ This is the official list of authors for copyright purposes.
99
* Marco Favorito <[email protected]> [marcofavorito](https://github.com/marcofavorito)
1010
* Jose Moreira Sanchez <[email protected]> [jmoreira-valory](https://github.com/jmoreira-valory)
1111
* M.A.P. Karrenbelt <[email protected]> [Karrenbelt](https://github.com/Karrenbelt)
12-
* Viraj Patel <[email protected]> [angrybayblade](https://github.com/angrybayblade)
12+
* Viraj Patel <[email protected]> [angrybayblade](https://github.com/angrybayblade)
13+
* Ardian Abazi <[email protected]> [0xArdi](https://github.com/0xArdi)

README.md

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,25 @@ As opposed to traditional smart contracts, Valory apps go beyond simple, purely
5858
3. Then, build your services as described in the [docs](https://docs.autonolas.network/).
5959

6060

61-
## Requirements for Framework Developers
62-
63-
Ensure your machine satisfies the following requirements:
64-
65-
- Python `>= 3.7`
66-
- [Tendermint](https://docs.tendermint.com/master/introduction/install.html) `==0.34.19`
67-
- [IPFS node](https://docs.ipfs.io/install/command-line/#official-distributions) `==v0.6.0`
68-
- [Pip](https://pip.pypa.io/en/stable/installation/)
69-
- [Pipenv](https://pipenv.pypa.io/en/latest/install/) `>=2021.x.xx`
70-
- [Go](https://go.dev/doc/install) `==1.17.7`
71-
- [Kubectl](https://kubernetes.io/docs/tasks/tools/)
72-
- [Docker Engine](https://docs.docker.com/engine/install/)
73-
- [Docker Compose](https://docs.docker.com/compose/install/)
74-
- [Skaffold](https://skaffold.dev/docs/install/#standalone-binary) `>= 1.39.1`
75-
- [Gitleaks](https://github.com/zricethezav/gitleaks/releases/latest)
76-
77-
7861
## For developers contributing to the framework: Install from Source
7962

80-
- Clone the repository, and recursively clone the submodules:
63+
- Ensure your machine satisfies the following requirements:
8164

82-
git clone --recursive [email protected]:valory-xyz/open-autonomy.git
65+
- Python `>= 3.7`
66+
- [Tendermint](https://docs.tendermint.com/master/introduction/install.html) `==0.34.19`
67+
- [IPFS node](https://docs.ipfs.io/install/command-line/#official-distributions) `==v0.6.0`
68+
- [Pip](https://pip.pypa.io/en/stable/installation/)
69+
- [Pipenv](https://pipenv.pypa.io/en/latest/install/) `>=2021.x.xx`
70+
- [Go](https://go.dev/doc/install) `==1.17.7`
71+
- [Kubectl](https://kubernetes.io/docs/tasks/tools/)
72+
- [Docker Engine](https://docs.docker.com/engine/install/)
73+
- [Docker Compose](https://docs.docker.com/compose/install/)
74+
- [Skaffold](https://skaffold.dev/docs/install/#standalone-binary) `>= 1.39.1`
75+
- [Gitleaks](https://github.com/zricethezav/gitleaks/releases/latest)
8376

84-
Note: to update the Git submodules later:
77+
- Clone the repository:
8578

86-
git submodule update --init --recursive
79+
git clone [email protected]:valory-xyz/open-autonomy.git
8780

8881
- Pull pre-built images:
8982

0 commit comments

Comments
 (0)