Skip to content

Improving the installation documentation#29

Merged
Israel-Laguan merged 2 commits intoTheRandomCrew:devfrom
romanrguez192:installation-docs
Nov 18, 2021
Merged

Improving the installation documentation#29
Israel-Laguan merged 2 commits intoTheRandomCrew:devfrom
romanrguez192:installation-docs

Conversation

@romanrguez192
Copy link
Collaborator

I found some issues with the .gitignore and .env.example links shown in the installation documentation. Since the links were simply .gitignore and .env.example respectively, they looked for the file in the same docs folder, which didn't exist. I improved these using their proper relatives paths ../.gitignore and ../.env.example, because the files were actually in the outside folder.

On the other hand, I found that the instruction to run the migration and seed was written just as set-db:dev, however I think it's clearer to indicate that it's an npm script, so I changed it to npm run set-db:dev, since that's the way that it should be executed in the terminal.

These are simple improvements of issues that I found while checking the installation instruction. I know it's very little but everything helps!

@Israel-Laguan Israel-Laguan merged commit c707376 into TheRandomCrew:dev Nov 18, 2021
@romanrguez192 romanrguez192 deleted the installation-docs branch November 18, 2021 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants