From 75b35291aee5abe9fd6b5e7bd6d030c8f352202c Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Tue, 3 May 2016 00:33:25 +0900 Subject: readme: ちょっとだけインストール方法をわかりやすく MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bf668c9..f59fbb5 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,10 @@ frontend (TypeScript): % cd .. % nvim config.json +% mkdir -p /path/to/datadir/{env/base,snippets} -% pushd /path/to/data -% mkdir -p env/base -% sudo pacstrap -cd env/base filesystem bash openssl coreutils shadow libxml2 -% sudo arch-chroot env/base useradd -m unaypoe -u 27627 # home directory is needed -% popd +% sudo pacstrap -cd /path/to/datadir/env/base filesystem bash openssl coreutils shadow libxml2 +% sudo arch-chroot /path/to/datadir/env/base useradd -m unyapoe -u 27627 # home directory is needed % rake 'ruby[2.3.0]' # will add to config.json % rake 'php[7.0.0]' -- cgit v1.2.3