-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d25ef20
commit 6e324ba
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ GitHubでサインアップしており、パスワードがない方がいま | |
|
||
ログインが完了すれば、ひとまず事前準備はおしまいです。お疲れ様でした。 | ||
TechTrainの画面からチャレンジを始めることもお忘れなく! | ||
Rails Railway に取り組み始めてください。 | ||
Go Railway に取り組み始めてください。 | ||
|
||
## DB(SQLite)と接続をしたいという方へ | ||
|
||
|
@@ -134,7 +134,7 @@ Stationの問題やエラーの修正などがなされておらず、自分で | |
### 準備 | ||
|
||
```shell | ||
# こちらは、自分でクローンした[GitHubユーザー名]/rails-stationsの作業ディレクトリを前提としてコマンドを用意しています。 | ||
# こちらは、自分でクローンした[GitHubユーザー名]/go-stationsの作業ディレクトリを前提としてコマンドを用意しています。 | ||
# 自分が何か変更した内容があれば、 stash した後に実行してください。 | ||
git remote add upstream [email protected]:TechBowl-japan/go-stations.git | ||
git fetch upstream | ||
|