processing / processing/processing-website

Improved Linux install process

オープン 初心者向け
#358 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

Tutorials
主要言語
MDX
スター
90
フォーク
122
平均マージ
1時間 43分
マージ済み PR(30日)
3

説明

The documentation tells Linux users to unpack the archive in their /home directory and install Processing in that location. While this works (and is shorter), it might be preferable to install the software in the /opt directory. Not only is /opt the proper location to install so-called optional software, but launch shortcuts will aslo be added to the panel and desktop.

Description of install process in /opt directory :

  1. Download the file to your /home directory.
  2. Open a terminal window, and type tar xvfz processing-xxxx.tgz (replace xxxx with the rest of the file's name, which is the version number.) This will extract the content of the archive and create a folder named processing-4.0 or something similar.
  3. Move the processing folder to the /opt directory using this command sudo mv processing-xxxx /opt/
  4. Navigate to its location cd /opt/processing-xxxx/
  5. Perform the installation ./install.sh

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

リンクされたGetting-Startedドキュメントを開き、Linuxのインストール手順を見つけてください。提案されている/optワークフローを明確に説明するよう更新し、その後、レンダリングされたページとインストールコマンドを確認してください。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
linux
領域
documentation, operating-systems
issue の種類
ドキュメント
難易度
2/5
見積もり時間
1〜3時間
活発さ
静か
明瞭さ
おおむね明確
初心者へのやさしさ
72/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。