We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Misskey構築の手引き(https://misskey-hub.net/docs/install/manual.html)やUbuntu版Misskeyインストール方法詳説(https://misskey-hub.net/docs/install/ubuntu-manual.html)といった、Misskeyの構築手順書において、記載されているコマンドに実行するディレクトリを明記して欲しいです。 例えば、以下のように記載していほしいです。( ユーザーの作成、 Misskey構築の手引きより)
https://misskey-hub.net/docs/install/manual.html
https://misskey-hub.net/docs/install/ubuntu-manual.html
adduser --disabled-password --disabled-login misskey
↓
hoge@fuga:~$ adduser --disabled-password --disabled-login misskey
記載された各コマンドは、全体の記載通りに状態が遷移するものだとは思いますが、果たして正しく実行できているかの確認が行いづらいです。 以上、よろしくお願いします。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Misskey構築の手引き(
https://misskey-hub.net/docs/install/manual.html
)やUbuntu版Misskeyインストール方法詳説(https://misskey-hub.net/docs/install/ubuntu-manual.html
)といった、Misskeyの構築手順書において、記載されているコマンドに実行するディレクトリを明記して欲しいです。例えば、以下のように記載していほしいです。( ユーザーの作成、 Misskey構築の手引きより)
↓
hoge@fuga:~$ adduser --disabled-password --disabled-login misskey
記載された各コマンドは、全体の記載通りに状態が遷移するものだとは思いますが、果たして正しく実行できているかの確認が行いづらいです。
以上、よろしくお願いします。
The text was updated successfully, but these errors were encountered: