Skip to content

Commit a653818

Browse files
authored
Update README.md
1 parent f7bd184 commit a653818

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,22 @@ You don't need that anymore.
6363

6464
### Install [<img src="https://github.com/tysonrm/cluster-rolling-restart/blob/main/npm-tile.png">](https://www.npmjs.com/package/@module-federation/aegis)
6565

66+
Install just the core lib from NPM:
67+
6668
```shell
6769
npm i @module-federation/aegis
6870
```
6971

7072
### Contribute
7173

74+
Open a Gitpod workspace using a local repo:
75+
7276
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/github.com/module-federation/aegis-app)
7377

7478
or
7579

80+
Manually install using Github as a repo.
81+
7682
```shell
7783
git clone https://github.com/module-federation/aegis
7884
cd aegis
@@ -84,9 +90,10 @@ cd ..
8490

8591
git clone https://github.com/module-federation/aegis-host
8692
cd aegis-host
87-
cp dotenv.example .env
8893
yarn
8994
yarn link "@module-federation/aegis"
95+
cd webpack/remote-entries
96+
cp index-github.js index.js
9097
yarn build
9198
yarn start
9299
yarn demo

0 commit comments

Comments
 (0)