<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[project-graph]: 通过xlings&#x2F;xim工具安装project-graph不同版本的方法 - 支持windows&#x2F;ubuntu&#x2F;archlinux]]></title><description><![CDATA[<p dir="auto">现在已经把<code>project-graph</code>添加到了<a href="https://github.com/d2learn/xim-pkgindex" rel="nofollow ugc">xim-pkgindex</a>包索引仓库(详情见<a href="http://forum.d2learn.org/post/209">此贴</a>), 下面是不同版本的安装方法</p>
<hr />
<h1>xim包管理器安装</h1>
<p dir="auto"><strong>Linux</strong></p>
<pre><code class="language-bash">curl -fsSL https://d2learn.org/xlings-install.sh | bash
</code></pre>
<p dir="auto">or</p>
<pre><code class="language-bash">wget https://d2learn.org/xlings-install.sh -O - | bash
</code></pre>
<p dir="auto"><strong>Windows - PowerShell</strong></p>
<pre><code class="language-bash">Invoke-Expression (Invoke-Webrequest 'https://d2learn.org/xlings-install.ps1.txt' -UseBasicParsing).Content
</code></pre>
<h1>Project Graph 安装</h1>
<h3>最新开发版/nightly版本</h3>
<blockquote>
<p dir="auto">可以通过指定<code>nightly</code>来安装最新的版本, 这个版本是每天基于最新代码进行打包的版本, <strong>能体验到最新的功能</strong></p>
</blockquote>
<pre><code class="language-bash">xim project-graph@nightly
</code></pre>
<h3>默认最新稳定版</h3>
<pre><code class="language-bash">xim project-graph
</code></pre>
<h3>指定版本1.0.0版本</h3>
<pre><code class="language-bash">xim project-graph@1.0.0
</code></pre>
<hr />
<p dir="auto"><img src="/assets/uploads/files/1735567711360-aea5c8c9-977b-4a90-8a08-d7438aa4c552-image.png" alt="aea5c8c9-977b-4a90-8a08-d7438aa4c552-image.png" class=" img-fluid img-markdown" /></p>
<hr />
<h3>卸载命令</h3>
<pre><code>xim -r project-graph
</code></pre>
<h1>其他</h1>
<p dir="auto">project-graph仓库: <a href="https://github.com/LiRenTech/project-graph" rel="nofollow ugc">https://github.com/LiRenTech/project-graph</a><br />
xim代码仓库: <a href="https://github.com/d2learn/xlings" rel="nofollow ugc">https://github.com/d2learn/xlings</a><br />
project-graph包文件实现:  <a href="https://github.com/d2learn/xim-pkgindex/blob/main/pkgs/p/project-graph.lua" rel="nofollow ugc">https://github.com/d2learn/xim-pkgindex/blob/main/pkgs/p/project-graph.lua</a></p>
]]></description><link>http://forum.d2learn.org/topic/58/project-graph-通过xlings-xim工具安装project-graph不同版本的方法-支持windows-ubuntu-archlinux</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 03:10:05 GMT</lastBuildDate><atom:link href="http://forum.d2learn.org/topic/58.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Dec 2024 14:11:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [project-graph]: 通过xlings&#x2F;xim工具安装project-graph不同版本的方法 - 支持windows&#x2F;ubuntu&#x2F;archlinux on Mon, 30 Dec 2024 14:16:11 GMT]]></title><description><![CDATA[<p dir="auto">查询可以安装的版本 <code>xim -s project-graph</code></p>
<p dir="auto"><img src="/assets/uploads/files/1735568157442-a99bc9b4-806a-407f-bfd7-acc5978543b1-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>http://forum.d2learn.org/post/212</link><guid isPermaLink="true">http://forum.d2learn.org/post/212</guid><dc:creator><![CDATA[sunrisepeak]]></dc:creator><pubDate>Mon, 30 Dec 2024 14:16:11 GMT</pubDate></item></channel></rss>