-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes submodules and use binaries instead. (#32)
Signed-off-by: Franco Cipollone <[email protected]>
- Loading branch information
1 parent
9f1680e
commit 1459b3b
Showing
3 changed files
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,10 @@ This package provides a simulation environment for [Andino](https://github.com/E | |
|
||
## :inbox_tray: Installation | ||
|
||
This package makes use of some packages from https://github.com/Ekumen-OS/andino repository. Therefore, the repository is brought as a git submodule. | ||
For so, when cloning this repository make sure to also init the submodules, this can be done adding a `--recursive` flag to the `git clone` command | ||
|
||
1. Clone this repository | ||
|
||
```sh | ||
git clone [email protected]:ekumenlabs/andino_gz.git --recursive | ||
git clone [email protected]:ekumenlabs/andino_gz.git | ||
``` | ||
|
||
2. Set up docker environment: | ||
|
Submodule andino
deleted from
798cdc