Skip to content

Commit e912164

Browse files
author
Tim Etchells
committed
update readme and copy-readme script
1 parent 6ceb1c4 commit e912164

File tree

5 files changed

+29
-71
lines changed

5 files changed

+29
-71
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ todo.txt
1010
unused.txt
1111
last_build.txt
1212
dev/LICENSE
13+
dev/README.md

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
- **[Documentation](https://microclimate.dev/codewindtechpreview)**
1313
- **[Changelog](https://github.com/microclimate-dev2ops/codewind-vscode/blob/master/CHANGELOG.md)**
14-
- **[Extension README](https://github.com/microclimate-dev2ops/codewind-vscode/blob/master/dev/README.md)**
1514

1615
Create and develop cloud-native, containerized web applications from VS Code.
1716

1817
## Getting started
1918

20-
1. Install [VS Code version 1.27 or later](https://code.visualstudio.com/download) and [Codewind](https://microclimate.dev/codewindtechpreview).
19+
1. Install [VS Code version 1.27 or later](https://code.visualstudio.com/download).
20+
2. Install [Codewind](https://microclimate.dev/codewindtechpreview).
2121
2. Install Codewind for VS Code from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=IBM.codewind-tools) or by searching for "Codewind" in the [VS Code Extensions view](https://code.visualstudio.com/docs/editor/extension-gallery#_browse-for-extensions).
2222

2323
If you want to host or build the extension yourself, see [Contributing](#contributing).
@@ -40,7 +40,6 @@ If you want to host or build the extension yourself, see [Contributing](#contrib
4040
- This preview is only available to use on Apple Mac (macOS)
4141
- You must first run the installer, which you can [download here](https://microclimate.dev/codewindtechpreview)
4242

43-
4443
## Contributing
4544
We welcome [issues](https://github.com/microclimate-dev2ops/codewind-vscode/issues) and contributions. For more information, see [CONTRIBUTING.md](https://github.com/microclimate-dev2ops/codewind-vscode/tree/master/CONTRIBUTING.md).
4645

dev/README.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

dev/package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"lint": "tslint -p ./tsconfig.json -t verbose",
365365
"lint-f": "tslint -p ./tsconfig.json -t verbose --force",
366366
"copy-strings": "mkdir -p ./out/constants/strings/; cp -v ./src/constants/strings/strings-*.json ./out/constants/strings/",
367-
"copy-license": "cp -v ../LICENSE ."
367+
"copy-license": "cp -v ../LICENSE ../README.md ."
368368
},
369369
"devDependencies": {
370370
"@types/chai": "^4.1.7",

0 commit comments

Comments
 (0)