Skip to content

Commit

Permalink
Fix README.md; add configuration files
Browse files Browse the repository at this point in the history
Co-authored-by: Yosuke Yamakawa <[email protected]>
  • Loading branch information
3c1u and Yosuke Yamakawa committed Feb 11, 2022
1 parent dc468ed commit 4a3a24a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@

node_modules
.DS_Store
.techtrain/config.toml
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"golang.go"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Node.js, Yarnのインストールがまだの場合は[html-staions](https://gi
作成したリポジトリを作業するディレクトリにクローンしましょう。

* Macなら Terminal.app(iTerm2などでも良い)
* Windowsなら PowerShell(GitBashなどのインストールしたアプリでもう良いです。アプリによってはコマンドが異なることがあります)
* Windowsなら PowerShell(GitBashなどのインストールしたアプリでも良いです。アプリによってはコマンドが異なることがあります)

で作業するディレクトリを開き、次のコマンドでForkしたGo Railwayのリポジトリをローカルにクローンしてください。

Expand Down
13 changes: 13 additions & 0 deletions go-stations.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
}
],
"settings": {},
"extensions": {
"recommendations": [
"TechTrain.railway-vscode"
]
}
}

0 comments on commit 4a3a24a

Please sign in to comment.