Skip to content
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

Add shared themes folder creation step #26

Merged
merged 3 commits into from
Apr 28, 2016
Merged

Add shared themes folder creation step #26

merged 3 commits into from
Apr 28, 2016

Conversation

lukechilds
Copy link
Contributor

Added step installation instructions to work with a shared theme folder from #25.

The -p flag stops mkdir failing with an error if the directory already exists. Meaning the line mkdir -p themes && cd themes will always end up with the shell in the themes directory and create it only if it has to.

As requested here: #25 (comment)

@@ -36,6 +36,7 @@
<div id="install">
<ul class="commands commands-tooltip">
<li>cd /boot/EFI/refind/</li>
<li>mkdir -p themes && cd themes</li>
<li>git clone {{site.github.repository_url}}</li>
<li>echo "include refind-minimal/theme.conf" >> refind.conf</li>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, not too sure what you mean, what's missing?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that, rushed comment. This path doesent included the themes directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I was looking at line 39, I see what you mean now. Fixed.

@lukechilds
Copy link
Contributor Author

This should be all sorted now

@evanpurkhiser evanpurkhiser merged commit 35bc868 into evanpurkhiser:gh-pages Apr 28, 2016
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