From b936528fd7b2791e01a232b3f1fd8267ed06cd47 Mon Sep 17 00:00:00 2001 From: kltm Date: Wed, 24 Jul 2024 15:25:02 -0700 Subject: [PATCH] Update README.md shortcut text for #574 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97428a88..f538d38a 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,16 @@ apt-get update && apt-get -u install bundler wget make gem install bundler:2.2.3 bundler install +export LANG="C.UTF-8" +export LC_ALL="C.UTF-8" ``` The site will be available at: http://127.0.0.1:4000/ +As a "shortcut" +``` +apt-get update && apt-get -u install bundler wget && make && gem install bundler:2.2.3 && bundler install && export LANG="C.UTF-8" && export LC_ALL="C.UTF-8" +``` + ## Running (in docker image) ``` bundle exec jekyll serve @@ -31,8 +38,6 @@ The static files of the site will be stored in `_site` ## Indexing the pages ``` -export LANG="C.UTF-8" -export LC_ALL="C.UTF-8" ALGOLIA_API_KEY=admin_key bundle exec jekyll algolia ``` This will index all markdown pages using [algolia](https://www.algolia.com). The pages to be indexed (or not indexed) as well as the tag elements can be configured in `_config.yml`