OSDN Git Service

[update] : Updated usage
authorhayao <shun819.mail@gmail.com>
Sat, 10 Oct 2020 03:04:23 +0000 (12:04 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 10 Oct 2020 03:04:23 +0000 (12:04 +0900)
README.md

index 2171636..f1d3ecd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,9 +5,8 @@ AlterLinuxの`channels`にこのリポジトリをクローンすると非公式
 ## 使い方
 
 ```bash
-git clone https://github.com/FascodeNet/alterlinux.git ./alterlinux/
-git clone https://github.com/Hayao0819/alterlinux-channels.git ./alterlinux/channels/unofficial
-mv ./alterlinux/channels/unofficial/*.add ./alterlinux/channels/
-rm -r ./alterlinux/channels/unofficial
-sudo ./alterlinux/build.sh -b <channel name>
+mkdir alterlinux-channels
+git clone https://github.com/Hayao0819/alterlinux-channels.git  ./alterlinux-channels
+cd ./alterlinux-channels
+sudo ./start-build.sh -o '-b' <channel_name>
 ```
\ No newline at end of file