Commit 934a722b authored by Ildar Mulyukov's avatar Ildar Mulyukov

documentation: fix lists and blocks in QUICKSTART

parent 43029438
...@@ -17,17 +17,23 @@ http://en.altlinux.org/Hasher; large tmpfs helps a lot). ...@@ -17,17 +17,23 @@ http://en.altlinux.org/Hasher; large tmpfs helps a lot).
команды команды
~~~~~~~ ~~~~~~~
- от имени root: от имени root::
----
# apt-get install mkimage hasher git-core # apt-get install mkimage hasher git-core
# hasher-useradd USER # hasher-useradd USER
----
- от имени указанного пользователя (после повторного входа): от имени указанного пользователя (после повторного входа)::
----
$ git config --global user.email "my@email" $ git config --global user.email "my@email"
$ git config --global user.name "My Name" $ git config --global user.name "My Name"
$ mkdir ~/out $ mkdir ~/out
----
- тестовая сборка (см. тж. lib/distro.mk, doc/params.txt): тестовая сборка (см. тж. lib/distro.mk, doc/params.txt)::
----
$ make syslinux.iso $ make syslinux.iso
----
ссылки ссылки
~~~~~~ ~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment