Skip to content

Commit 82be0ec

Browse files
docs: update readme (#460)
1 parent dde50ef commit 82be0ec

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hypertrace UI
22

3-
[![CircleCI](https://circleci.com/gh/hypertrace/hypertrace-ui.svg?style=shield)](https://circleci.com/gh/hypertrace/hypertrace-ui)
3+
![build-and-test](https://github.com/hypertrace/hypertrace-ui/workflows/build-and-test/badge.svg)
44
[![codecov](https://codecov.io/gh/hypertrace/hypertrace-ui/branch/main/graph/badge.svg)](https://codecov.io/gh/hypertrace/hypertrace-ui)
55

66
## Prerequisites
@@ -13,10 +13,6 @@ Install Node + NPM
1313

1414
`npm install`
1515

16-
- Initialize Submodule (https://github.com/hypertrace/)
17-
18-
`git submodule update --init`
19-
2016
## Development server
2117

2218
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
@@ -36,22 +32,12 @@ Run `npm run test` to execute the unit tests via Jest
3632
## UI Architecture
3733

3834
| <img src="https://hypertrace-docs.s3.amazonaws.com/ui-architecture.png" width="400" height="400"/> |
39-
| :------------------------------------------------------------------------------------------------: |
40-
| _Hypertrace UI Architecture_ |
41-
42-
## Submodules
43-
44-
Pull all changes in the repository including changes in the submodules
45-
46-
git pull --recurse-submodules
47-
48-
Pull all changes for the submodules
49-
50-
git submodule update --remote
35+
| :------------------------------------------------------------------------------------------------: | --- |
36+
| _Hypertrace UI Architecture_ | d |
5137

5238
## Building Image locally
5339

54-
Hypertrace UI uses gradlew to build docker image. Gradle wrapper is already part of the source code. To build Hypertrace UI image, run:
40+
Hypertrace UI uses gradle to build a docker image. Gradle wrapper is already part of the source code. To build Hypertrace UI image, run:
5541

5642
```
5743
./gradlew dockerBuildImages

0 commit comments

Comments
 (0)