|
From: Kouhei S. <nul...@cl...> - 2015-03-25 02:05:04
|
Kouhei Sutou 2015-03-25 11:04:40 +0900 (Wed, 25 Mar 2015) New Revision: 3bba528bfac7f169586005b84e12d07290ef02df https://github.com/clear-code/cutter/commit/3bba528bfac7f169586005b84e12d07290ef02df Message: doc debian: fix command name Modified files: doc/install-to-debian.rd doc/install-to-debian.rd.ja Modified: doc/install-to-debian.rd (+2 -2) =================================================================== --- doc/install-to-debian.rd 2015-03-25 11:02:50 +0900 (d021121) +++ doc/install-to-debian.rd 2015-03-25 11:04:40 +0900 (00ecadb) @@ -9,7 +9,7 @@ GNU/Linux. == Install -We can use aptitude because Cutter provides Debian packages. +We can use apt-get because Cutter provides Debian packages. There are packages for Debian GNU/Linux wheezy/jessie/sid i386/amd64. If you need a package for another environment, @@ -43,7 +43,7 @@ Register the key by installing cutter-keyring package. % sudo apt-get update % sudo apt-get -y --allow-unauthenticated install cutter-keyring -If you install the keyring package, you can install Cutter by aptitude: +If you install the keyring package, you can install Cutter by apt-get: % sudo apt-get update % sudo apt-get -y install cutter-testing-framework Modified: doc/install-to-debian.rd.ja (+2 -2) =================================================================== --- doc/install-to-debian.rd.ja 2015-03-25 11:02:50 +0900 (e93a6ea) +++ doc/install-to-debian.rd.ja 2015-03-25 11:04:40 +0900 (c8d17cf) @@ -8,7 +8,7 @@ Debian GNU/LinuxへのCutterのインストール方法を説明します。 == インストール -CutterのDebianパッケージが提供されているので、aptitudeでインス +CutterのDebianパッケージが提供されているので、apt-getでインス トールできます。 現在は、Debian GNU/Linux wheezy/jessie/sid i386/amd64用のパッ @@ -44,7 +44,7 @@ cutter-keyringパッケージをインストールして鍵を登録してくだ % sudo apt-get update % sudo apt-get -y --allow-unauthenticated install cutter-keyring -cutter-keyringパッケージをインストール後はaptitudeでインストールできます。 +cutter-keyringパッケージをインストール後はapt-getでインストールできます。 % sudo apt-get update % sudo apt-get -y install cutter-testing-framework |