Skip to content

Commit 4cfbdfb

Browse files
authored
Update README.md
1 parent a084cf1 commit 4cfbdfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ Robot Framework website is open source software provided under the [Apache Licen
3333
# clone repo
3434
git clone https://github.com/robotframework/robotframework.github.com.git
3535

36-
# go to sources folder
37-
cd sources
38-
3936
# install dependencies
4037
npm install
4138

@@ -45,7 +42,7 @@ npm run dev
4542
# and when you are ready to publish your changes, build for production with minification
4643
npm run build
4744

48-
This will generate build files to top-level of project. If you want to contribute and open a pull request, only commit source file changes. The build will be done by maintainer.
45+
When you want to contribute and open a pull request, only commit source file changes. The build will be done by system.
4946
```
5047

5148
For a detailed explanation on how things work, check out the [vue-webpack template](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

0 commit comments

Comments
 (0)