Skip to content

Commit

Permalink
fix folder name to be victorialogs-datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen1778 committed Feb 14, 2024
1 parent a645446 commit 215a2fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ yarn install
# run the app in the development mode
yarn dev
# build the plugin for production to the `dist` folder and zip build
# build the plugin for production to the `victorialogs-datasource` folder and zip build
yarn build:zip
```

Expand All @@ -242,7 +242,7 @@ From the root folder of the project run the following command:
make victorialogs-backend-plugin-build
```

This command will build executable multi-platform files to the `dist` folder for the following platforms:
This command will build executable multi-platform files to the `victorialogs-datasource` folder for the following platforms:

* linux/amd64
* linux/arm64
Expand All @@ -260,7 +260,7 @@ From the root folder of the project run the following command:
make victorialogs-frontend-plugin-build
```

This command will build all frontend app into `dist` folder.
This command will build all frontend app into `victorialogs-datasource` folder.

### 5. How to build frontend and backend parts of the plugin:

Expand All @@ -270,7 +270,7 @@ When frontend and backend parts of the plugin is required, run the following com
make victorialogs-datasource-plugin-build
```

This command will build frontend part and backend part or the plugin and locate both parts into `dist` folder.
This command will build frontend part and backend part or the plugin and locate both parts into `victorialogs-datasource` folder.

## How to make new release

Expand Down

0 comments on commit 215a2fa

Please sign in to comment.