Skip to content

Commit 8c3973e

Browse files
author
Arush Saxena
committed
Correcting repository
1 parent 468c43b commit 8c3973e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,21 @@
2121
2222
1. Clone this repository
2323
```
24-
git clone https://github.com/pinanks/smartui-storybook.git
24+
git clone https://github.com/LambdaTest/smartui-storybook-sample
2525
```
26-
27-
2. Create SmartUI Config JSON
26+
2. Navigate to project directory
27+
```
28+
cd smartui-storybook-sample
29+
```
30+
3. Create SmartUI Config JSON
2831
```
2932
smartui config create .smartui.json
3033
```
31-
32-
3. Create a docker Image
34+
4. Create a docker Image
3335
```
3436
docker build -t <image_name> .
3537
```
36-
4. Run a Docker container and test in it
38+
5. Run a Docker container and test in it
3739
```
3840
docker run -e PROJECT_TOKEN="your_project_token" <image_name>
3941
```

0 commit comments

Comments
 (0)