質問編集履歴
1
ごじ
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
[https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions-1](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions-1)
|
2
2
|
|
3
3
|
|
4
|
+
|
5
|
+
2点ご質問です。
|
6
|
+
|
7
|
+
1.
|
4
8
|
|
5
9
|
上記、nodejsインストールする際に、curlでパッケージ取得後に、sudo bashを実行しておりますが、
|
6
10
|
|
@@ -11,3 +15,9 @@
|
|
11
15
|
curl -sL https://rpm.nodesource.com/setup_14.x | sudo bash -
|
12
16
|
|
13
17
|
```
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
2.
|
22
|
+
|
23
|
+
「|」はどういう意味でしょうか?
|