-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README + Add VIM temporary files to .gitignore #87
Update README + Add VIM temporary files to .gitignore #87
Conversation
README.adoc
Outdated
3. _Using a Bash terminal, type the following command:_ | ||
|
||
` | ||
sh build.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.adoc
Outdated
NOTE: If you receive a permissions error on *nix or macOS, prepend _sudo_ to the command. For example, type the following command: | ||
|
||
` | ||
sudo sh build.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same issue as line 43
README.adoc
Outdated
|
||
Double-click on the index.html file that was generated in the project directory to view the site in a web browser. | ||
` | ||
sh serve.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same issue as line 43
@capsulecorplab Added another commit to address your concerns. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, still not rendering correctly https://github.com/LearnTeachCode/code-coffee-compendium/blob/b0afb5a3f9ffd1e10e396c67d6bb96a8b4073364/README.adoc
try adding another dash that's sandwiching the code snippet,
[source]
----
sh command
----
…compendium into 80-81-tristandamron
…if viewing changes locally
@capsulecorplab Updated my PR to fix the code blocks and to add a step for updating submodules if viewing the site locally! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
___
// \\
||=====||
\\___//
./O
___/ //|\\
/ o /}
( /
\ /
| (
| \
) \
/ \
/ )
/ |
// / /
/ ___( ,| \
/ / \ | \
( / / /\ \ \
\\ /___ _-_//'| | |
\\_______-/ \ \ \
\-_-_-_-_-
"Seal of Approval"
Satisfies the acceptance criteria for #80 and #81