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 More Clear Explanations in README #1012

Merged
merged 2 commits into from
Dec 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add more clear explanations
  • Loading branch information
pourmand1376 committed Dec 5, 2022
commit 61c0a6da9f98d52ef4543c7a46dfba0ed79c8c15
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,13 @@ Now, feel free to customize the theme however you like (don't forget to change t

> Note: this approach is only necessary if you would like to build an older or very custom version of al-folio.

First, download the necessary modules and install them into a docker image called `al-folio:Dockerfile` (this command will build an image which is used to run your website afterwards. Note that you only need to do this step once. After you have the image, you no longer need to do this anymore):

First, build the image locally using:

```bash
$ docker-compose -f docker-local.yml build
```

Run the website!

Then run it using:
```bash
$ docker-compose -f docker-local.yml up
```
Expand Down